#1D57B6
A medium, vivid blue closely aligning with Royalblue.
About #1D57B6
Visually, #1D57B6 is defined as a vivid blue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(29, 87, 182).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 84% Cyan, 52% Magenta, 0% Yellow, and 29% Black. The HSL representation is 217.3° hue, 72.5% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF 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#1D57B6
RGB29, 87, 182
HSL217.3°, 72.5%, 41.4%
CMYK84%, 52%, 0%, 29%
HSV217.3°, 84.1%, 71.4%
LAB38.6, 17.8, -55.4
XYZ12.4, 10.5, 45.6
Decimal1922998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.79:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.49:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D57B6;
}
.text-color {
color: #1D57B6;
}
.border-color {
border: 2px solid #1D57B6;
}