#2475E9
A medium, vivid blue closely aligning with Royalblue.
About #2475E9
The hex code #2475E9 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(36, 117, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 50% M, 0% Y, and 9% K. The HSL representation is 215.3° hue, 81.7% saturation, and 52.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2475E9
RGB36, 117, 233
HSL215.3°, 81.7%, 52.7%
CMYK85%, 50%, 0%, 9%
HSV215.3°, 84.5%, 91.4%
LAB50.7, 18.7, -65.2
XYZ21.8, 19.0, 79.6
Decimal2389481
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2475E9;
}
.text-color {
color: #2475E9;
}
.border-color {
border: 2px solid #2475E9;
}