#2475B6
A medium, moderate blue closely aligning with Steelblue.
About #2475B6
The hex code #2475B6 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(36, 117, 182).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 80% C, 36% M, 0% Y, and 29% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2475B6
RGB36, 117, 182
HSL206.7°, 67.0%, 42.7%
CMYK80%, 36%, 0%, 29%
HSV206.7°, 80.2%, 71.4%
LAB47.6, -0.7, -41.1
XYZ15.5, 16.5, 46.6
Decimal2389430
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2475B6;
}
.text-color {
color: #2475B6;
}
.border-color {
border: 2px solid #2475B6;
}