What is the HSL code for cornflowerblue?
The CSS color cornflowerblue in HSL format is hsl(218.5, 79.2%, 66.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use cornflowerblue in CSS?
To apply cornflowerblue in CSS:
- Text color: color: hsl(218.5, 79.2%, 66.1%);
- Background: background-color: hsl(218.5, 79.2%, 66.1%);
- Border: border-color: hsl(218.5, 79.2%, 66.1%);
What are all the color format values for cornflowerblue?
| Format | Value |
|---|---|
| HEX | #6495ed |
| RGB | rgb(100, 149, 237) |
| HSL | hsl(218.5, 79.2%, 66.1%) |
| CMYK | cmyk(57.8%, 37.1%, 0%, 7.1%) |
How do I convert cornflowerblue to HSL?
Select cornflowerblue from the color name list in our color converter. The HSL value — hsl(218.5, 79.2%, 66.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cornflowerblue belong to?
cornflowerblue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 218.5°, saturation 79.2%, lightness 66.1%.
How do I create lighter and darker shades of cornflowerblue?
Lighter variant (lightness 81.1%): #a9c4f5. Darker variant (lightness 51.099999999999994%): #2066e5. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.