#1649D3
A medium, vivid blue closely aligning with Mediumslateblue.
About #1649D3
At its core, #1649D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 22 parts red, 73 parts green, and 211 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 90% cyan and 65% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#1649D3
RGB22, 73, 211
HSL223.8°, 81.1%, 45.7%
CMYK90%, 65%, 0%, 17%
HSV223.8°, 89.6%, 82.7%
LAB37.2, 37.7, -74.7
XYZ14.5, 9.6, 62.7
Decimal1460691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1649D3;
}
.text-color {
color: #1649D3;
}
.border-color {
border: 2px solid #1649D3;
}