#337CC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #337CC5
The hex code #337CC5 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 124, and 197.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 74% cyan and 37% magenta inks. With a hue angle of 210.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#337CC5
RGB51, 124, 197
HSL210.0°, 58.9%, 48.6%
CMYK74%, 37%, 0%, 23%
HSV210.0°, 74.1%, 77.3%
LAB50.9, 2.4, -44.5
XYZ18.7, 19.2, 55.5
Decimal3374277
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337CC5;
}
.text-color {
color: #337CC5;
}
.border-color {
border: 2px solid #337CC5;
}