#5F92CC
A medium, moderate blue closely aligning with Steelblue.
About #5F92CC
The precise color #5F92CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(95, 146, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 53% cyan and 28% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F92CC
RGB95, 146, 204
HSL211.9°, 51.7%, 58.6%
CMYK53%, 28%, 0%, 20%
HSV211.9°, 53.4%, 80.0%
LAB59.3, -0.4, -35.1
XYZ25.9, 27.4, 61.0
Decimal6263500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F92CC;
}
.text-color {
color: #5F92CC;
}
.border-color {
border: 2px solid #5F92CC;
}