#1D50B6
A medium, vivid blue closely aligning with Royalblue.
About #1D50B6
At its core, #1D50B6 is a medium and vivid hue. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 29 red, 80 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 84% cyan, 56% magenta, 0% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D50B6
RGB29, 80, 182
HSL220.0°, 72.5%, 41.4%
CMYK84%, 56%, 0%, 29%
HSV220.0°, 84.1%, 71.4%
LAB36.7, 22.4, -58.6
XYZ11.8, 9.4, 45.4
Decimal1921206
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.30:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.98:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D50B6;
}
.text-color {
color: #1D50B6;
}
.border-color {
border: 2px solid #1D50B6;
}