#1D16E2
A medium, vivid blue closely aligning with Mediumblue.
About #1D16E2
When working with digital screens, the color #1D16E2 is rendered by mixing light. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 29 red, 22 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 87% C, 90% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D16E2
RGB29, 22, 226
HSL242.1°, 82.3%, 48.6%
CMYK87%, 90%, 0%, 11%
HSV242.1°, 90.3%, 88.6%
LAB30.2, 68.1, -94.9
XYZ14.5, 6.3, 72.4
Decimal1906402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.27:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.86:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D16E2;
}
.text-color {
color: #1D16E2;
}
.border-color {
border: 2px solid #1D16E2;
}