#1D00CC
A medium, vivid blue closely aligning with Mediumblue.
About #1D00CC
At its core, #1D00CC is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 29 red, 0 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 100% M, 0% Y, and 20% K. With a hue angle of 248.5 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D00CC
RGB29, 0, 204
HSL248.5°, 100.0%, 40.0%
CMYK86%, 100%, 0%, 20%
HSV248.5°, 100.0%, 80.0%
LAB25.6, 67.2, -89.8
XYZ11.4, 4.6, 57.4
Decimal1900748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.91:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.43:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00CC;
}
.text-color {
color: #1D00CC;
}
.border-color {
border: 2px solid #1D00CC;
}