#077CE2
A medium, vivid blue closely aligning with Dodgerblue.
About #077CE2
At its core, #077CE2 is a medium and vivid hue. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(7, 124, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 45% M, 0% Y, and 11% K. The HSL representation is 207.9° hue, 94.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#077CE2
RGB7, 124, 226
HSL207.9°, 94.0%, 45.7%
CMYK97%, 45%, 0%, 11%
HSV207.9°, 96.9%, 88.6%
LAB51.8, 10.2, -59.5
XYZ21.0, 20.0, 74.7
Decimal490722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077CE2;
}
.text-color {
color: #077CE2;
}
.border-color {
border: 2px solid #077CE2;
}