#1D2CD3
A medium, vivid blue closely aligning with Mediumblue.
About #1D2CD3
When working with digital screens, the color #1D2CD3 is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(29, 44, 211).
Translating this color to physical media requires the CMYK color model. The color uses 86% Cyan, 79% Magenta, 0% Yellow, and 17% Black. The HSL representation is 235.1° hue, 75.8% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D2CD3
RGB29, 44, 211
HSL235.1°, 75.8%, 47.1%
CMYK86%, 79%, 0%, 17%
HSV235.1°, 86.3%, 82.7%
LAB31.3, 55.0, -84.5
XYZ13.2, 6.8, 62.2
Decimal1912019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.92:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.53:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CD3;
}
.text-color {
color: #1D2CD3;
}
.border-color {
border: 2px solid #1D2CD3;
}