#0775D3
A medium, vivid blue closely aligning with Dodgerblue.
About #0775D3
At its core, #0775D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Dodgerblue. Its digital footprint relies on 7 parts red, 117 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 45% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0775D3
RGB7, 117, 211
HSL207.6°, 93.6%, 42.7%
CMYK97%, 45%, 0%, 17%
HSV207.6°, 96.7%, 82.7%
LAB48.8, 8.7, -55.8
XYZ18.2, 17.5, 64.0
Decimal488915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0775D3;
}
.text-color {
color: #0775D3;
}
.border-color {
border: 2px solid #0775D3;
}