#1D2CBD
A medium, vivid blue closely aligning with Darkblue.
About #1D2CBD
When working with digital screens, the color #1D2CBD is rendered by mixing light. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(29, 44, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 85% cyan and 77% magenta inks. With a hue angle of 234.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#1D2CBD
RGB29, 44, 189
HSL234.4°, 73.4%, 42.7%
CMYK85%, 77%, 0%, 26%
HSV234.4°, 84.7%, 74.1%
LAB28.7, 47.8, -75.8
XYZ10.6, 5.7, 48.7
Decimal1911997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.78:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.35:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CBD;
}
.text-color {
color: #1D2CBD;
}
.border-color {
border: 2px solid #1D2CBD;
}