#2475C5
A medium, moderate blue closely aligning with Cornflowerblue.
About #2475C5
At its core, #2475C5 is a medium and moderate hue. Its closest recognized web color is Cornflowerblue. In the RGB color space, it consists of 36 red, 117 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 82% cyan, 41% magenta, 0% yellow, and 23% black. The HSL representation is 209.8° hue, 69.1% saturation, and 45.7% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2475C5
RGB36, 117, 197
HSL209.8°, 69.1%, 45.7%
CMYK82%, 41%, 0%, 23%
HSV209.8°, 81.7%, 77.3%
LAB48.4, 5.0, -48.4
XYZ17.2, 17.1, 55.2
Decimal2389445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.74:1
Text on #FFFFFF
AA
4.43:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2475C5;
}
.text-color {
color: #2475C5;
}
.border-color {
border: 2px solid #2475C5;
}