#2475F0
A medium, vivid blue closely aligning with Royalblue.
About #2475F0
The hex code #2475F0 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, 240).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 85% cyan and 51% magenta inks. The HSL representation is 216.2° hue, 87.2% saturation, and 54.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2475F0
RGB36, 117, 240
HSL216.2°, 87.2%, 54.1%
CMYK85%, 51%, 0%, 6%
HSV216.2°, 85.0%, 94.1%
LAB51.1, 21.4, -68.4
XYZ22.8, 19.4, 85.0
Decimal2389488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2475F0;
}
.text-color {
color: #2475F0;
}
.border-color {
border: 2px solid #2475F0;
}