#337CDB
A medium, moderate blue closely aligning with Dodgerblue.
About #337CDB
At its core, #337CDB is a medium and moderate hue. It is closely associated with the named CSS color Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 124, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 43% M, 0% Y, and 14% K. With a hue angle of 213.9 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#337CDB
RGB51, 124, 219
HSL213.9°, 70.0%, 52.9%
CMYK77%, 43%, 0%, 14%
HSV213.9°, 76.7%, 85.9%
LAB52.1, 10.4, -55.0
XYZ21.4, 20.2, 69.8
Decimal3374299
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337CDB;
}
.text-color {
color: #337CDB;
}
.border-color {
border: 2px solid #337CDB;
}