#2475AF
A medium, moderate blue closely aligning with Steelblue.
About #2475AF
Visually, #2475AF is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 36 red, 117 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 79% cyan and 33% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2475AF
RGB36, 117, 175
HSL205.0°, 65.9%, 41.4%
CMYK79%, 33%, 0%, 31%
HSV205.0°, 79.4%, 68.6%
LAB47.2, -3.4, -37.6
XYZ14.8, 16.2, 42.9
Decimal2389423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.95:1
Text on #FFFFFF
AA
4.24:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2475AF;
}
.text-color {
color: #2475AF;
}
.border-color {
border: 2px solid #2475AF;
}