#5792F0
A light, vivid blue closely aligning with Cornflowerblue.
About #5792F0
The hex code #5792F0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(87, 146, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 64% Cyan, 39% Magenta, 0% Yellow, and 6% Black. With a hue angle of 216.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5792F0
RGB87, 146, 240
HSL216.9°, 83.6%, 64.1%
CMYK64%, 39%, 0%, 6%
HSV216.9°, 63.7%, 94.1%
LAB60.7, 9.7, -53.0
XYZ29.9, 28.9, 86.4
Decimal5739248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5792F0;
}
.text-color {
color: #5792F0;
}
.border-color {
border: 2px solid #5792F0;
}