#1D0FD3
A medium, vivid blue closely aligning with Mediumblue.
About #1D0FD3
When working with digital screens, the color #1D0FD3 is rendered by mixing light. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 29 red, 15 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 86% C, 93% M, 0% Y, and 17% K. The HSL representation is 244.3° hue, 86.7% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D0FD3
RGB29, 15, 211
HSL244.3°, 86.7%, 44.3%
CMYK86%, 93%, 0%, 17%
HSV244.3°, 92.9%, 82.7%
LAB27.6, 65.9, -90.6
XYZ12.4, 5.3, 62.0
Decimal1904595
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.19:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.74:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0FD3;
}
.text-color {
color: #1D0FD3;
}
.border-color {
border: 2px solid #1D0FD3;
}