#1D6DD3
A medium, vivid blue closely aligning with Royalblue.
About #1D6DD3
Visually, #1D6DD3 is defined as a vivid blue. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 109, and 211.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 86% C, 48% M, 0% Y, and 17% K. The HSL representation is 213.6° hue, 75.8% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D6DD3
RGB29, 109, 211
HSL213.6°, 75.8%, 47.1%
CMYK86%, 48%, 0%, 17%
HSV213.6°, 86.3%, 82.7%
LAB46.8, 14.8, -59.0
XYZ17.7, 15.9, 63.8
Decimal1928659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D6DD3;
}
.text-color {
color: #1D6DD3;
}
.border-color {
border: 2px solid #1D6DD3;
}