Cornflower Blue Hex Code — #6495ED
RGB, HSL, and CMYK values for Cornflower Blue.
Cornflower Blue Color Values
| Format | Value |
|---|---|
| HEX | #6495ED |
| RGB | rgb(100, 149, 237) |
| HSL | hsl(219, 79%, 66%) |
| CMYK | cmyk(58%, 37%, 0%, 7%) |
Want to explore more shades? Use our Color Converter
About Cornflower Blue
Color psychology: Relaxation, gentleness.
Cornflower Blue (#6495ED) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where relaxation, gentleness are desired associations.
How to Use Cornflower Blue in CSS
/* Using HEX */ color: #6495ED; background-color: #6495ED; /* Using RGB */ color: rgb(100, 149, 237); /* Using HSL */ color: hsl(219, 79%, 66%);