#2457B6
A medium, moderate blue closely aligning with Royalblue.
About #2457B6
Visually, #2457B6 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(36, 87, 182).
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 52% Magenta, 0% Yellow, and 29% Black. The HSL representation is 219.0° hue, 67.0% saturation, and 42.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2457B6
RGB36, 87, 182
HSL219.0°, 67.0%, 42.7%
CMYK80%, 52%, 0%, 29%
HSV219.0°, 80.2%, 71.4%
LAB38.8, 18.4, -55.1
XYZ12.6, 10.6, 45.6
Decimal2381750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.74:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.45:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2457B6;
}
.text-color {
color: #2457B6;
}
.border-color {
border: 2px solid #2457B6;
}