#5F92F0
A light, vivid blue closely aligning with Cornflowerblue.
About #5F92F0
At its core, #5F92F0 is a light and vivid hue. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 95 red, 146 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 60% C, 39% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F92F0
RGB95, 146, 240
HSL218.9°, 82.9%, 65.7%
CMYK60%, 39%, 0%, 6%
HSV218.9°, 60.4%, 94.1%
LAB61.0, 11.1, -52.4
XYZ30.7, 29.3, 86.5
Decimal6263536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.86:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F92F0;
}
.text-color {
color: #5F92F0;
}
.border-color {
border: 2px solid #5F92F0;
}