#5F92E2
A light, moderate blue closely aligning with Cornflowerblue.
About #5F92E2
The precise color #5F92E2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(95, 146, 226).
If you are designing for print, the four-color process is what matters most. The color uses 58% Cyan, 35% Magenta, 0% Yellow, and 11% Black. With a hue angle of 216.6 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F92E2
RGB95, 146, 226
HSL216.6°, 69.3%, 62.9%
CMYK58%, 35%, 0%, 11%
HSV216.6°, 58.0%, 88.6%
LAB60.3, 6.6, -45.8
XYZ28.7, 28.5, 75.9
Decimal6263522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F92E2;
}
.text-color {
color: #5F92E2;
}
.border-color {
border: 2px solid #5F92E2;
}