#077CDB
A medium, vivid blue closely aligning with Dodgerblue.
About #077CDB
When working with digital screens, the color #077CDB is rendered by mixing light. Designers often compare it to the standard color Dodgerblue. This translates to an RGB value of rgb(7, 124, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 97% C, 43% M, 0% Y, and 14% K. With a hue angle of 206.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#077CDB
RGB7, 124, 219
HSL206.9°, 93.8%, 44.3%
CMYK97%, 43%, 0%, 14%
HSV206.9°, 96.8%, 85.9%
LAB51.4, 7.5, -56.3
XYZ20.1, 19.6, 69.7
Decimal490715
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077CDB;
}
.text-color {
color: #077CDB;
}
.border-color {
border: 2px solid #077CDB;
}