#1D3AFF
A medium, vivid blue closely aligning with Mediumblue.
About #1D3AFF
The hex code #1D3AFF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 29 red, 58 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 77% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#1D3AFF
RGB29, 58, 255
HSL232.3°, 100.0%, 55.7%
CMYK89%, 77%, 0%, 0%
HSV232.3°, 88.6%, 100.0%
LAB38.7, 61.8, -97.1
XYZ20.1, 10.5, 95.6
Decimal1915647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.77:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.47:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3AFF;
}
.text-color {
color: #1D3AFF;
}
.border-color {
border: 2px solid #1D3AFF;
}