#1D0FCC
A medium, vivid blue closely aligning with Mediumblue.
About #1D0FCC
The precise color #1D0FCC is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(29, 15, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 86% cyan and 93% magenta inks. The HSL representation is 244.4° hue, 86.3% saturation, and 42.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D0FCC
RGB29, 15, 204
HSL244.4°, 86.3%, 42.9%
CMYK86%, 93%, 0%, 20%
HSV244.4°, 92.6%, 80.0%
LAB26.6, 64.1, -88.1
XYZ11.6, 5.0, 57.5
Decimal1904588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.54:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.07:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0FCC;
}
.text-color {
color: #1D0FCC;
}
.border-color {
border: 2px solid #1D0FCC;
}