#245F92
A dark, moderate blue closely aligning with Steelblue.
About #245F92
Visually, #245F92 is defined as a moderate blue. Designers often compare it to the standard color Steelblue. In the RGB color space, it consists of 36 red, 95 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 75% Cyan, 35% Magenta, 0% Yellow, and 43% Black. With a hue angle of 207.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#245F92
RGB36, 95, 146
HSL207.8°, 60.4%, 35.7%
CMYK75%, 35%, 0%, 43%
HSV207.8°, 75.3%, 57.3%
LAB39.0, -0.8, -33.5
XYZ10.0, 10.6, 28.7
Decimal2383762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.13:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F92;
}
.text-color {
color: #245F92;
}
.border-color {
border: 2px solid #245F92;
}