Cornflower Blue Hex Code — #6495ED
RGB, HSL, and CMYK values for Cornflower Blue.
Last updated: April 6, 2026
Cornflower Blue Color Values
| Format | Value |
|---|---|
| HEX | #6495ED |
| RGB | rgb(100, 149, 237) |
| HSL | hsl(219, 79%, 66%) |
| CMYK | cmyk(58%, 37%, 0%, 7%) |
About Cornflower Blue
Color psychology: Relaxation, gentleness.
Cornflower Blue (#6495ED) is a medium shade of blue with a hue angle of 219° on the color wheel, 79% saturation, and 66% lightness. It's commonly used in web design, graphic design, and branding where relaxation, gentleness are desired associations.
In color theory, Cornflower Blue sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Cornflower Blue in Design
Web Design
Use Cornflower Blue as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Cornflower Blue conveys relaxation, gentleness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:58% M:37% Y:0% K:7%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Cornflower Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Cornflower Blue in CSS
/* Using HEX */ color: #6495ED; background-color: #6495ED; /* Using RGB */ color: rgb(100, 149, 237); /* Using HSL — best for creating variations */ color: hsl(219, 79%, 66%); /* Transparent overlay (50% opacity) */ background-color: rgba(100, 149, 237, 0.5); /* Lighter variant for hover states */ background-color: hsl(219, 79%, 76%); /* Darker variant for active states */ background-color: hsl(219, 79%, 56%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Cornflower Blue without changing its core hue or saturation.
Colors That Go With Cornflower Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Cornflower Blue?
What is Cornflower Blue in RGB and when should I use RGB?
How to use Cornflower Blue in CSS with different color formats?
What is the HSL value of Cornflower Blue and why is HSL useful for designers?
What is the CMYK value of Cornflower Blue for print design?
What colors pair well with Cornflower Blue in design projects?
Is Cornflower Blue (#6495ED) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.