What is the HEX code for cornflowerblue?
The CSS color cornflowerblue in HEX format is #6495ed. 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: #6495ed;
- Background: background-color: #6495ed;
- Border: border-color: #6495ed;
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 HEX?
Select cornflowerblue from the color name list in our color converter. The HEX value — #6495ed — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.