#1675D3
A medium, vivid blue closely aligning with Dodgerblue.
About #1675D3
Visually, #1675D3 is defined as a vivid blue. Its closest recognized web color is Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 117, and 211.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 90% cyan and 45% magenta inks. The HSL representation is 209.8° hue, 81.1% saturation, and 45.7% lightness.
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#1675D3
RGB22, 117, 211
HSL209.8°, 81.1%, 45.7%
CMYK90%, 45%, 0%, 17%
HSV209.8°, 89.6%, 82.7%
LAB49.0, 9.3, -55.5
XYZ18.5, 17.6, 64.1
Decimal1471955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.65:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1675D3;
}
.text-color {
color: #1675D3;
}
.border-color {
border: 2px solid #1675D3;
}