#1675E2
A medium, vivid blue closely aligning with Dodgerblue.
About #1675E2
The hex code #1675E2 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Dodgerblue. Its digital footprint relies on 22 parts red, 117 parts green, and 226 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 90% Cyan, 48% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1675E2
RGB22, 117, 226
HSL212.1°, 82.3%, 48.6%
CMYK90%, 48%, 0%, 11%
HSV212.1°, 90.3%, 88.6%
LAB50.0, 15.2, -62.5
XYZ20.4, 18.4, 74.4
Decimal1471970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.68:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1675E2;
}
.text-color {
color: #1675E2;
}
.border-color {
border: 2px solid #1675E2;
}