#0775B6
A dark, vivid blue closely aligning with Steelblue.
About #0775B6
The hex code #0775B6 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(7, 117, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 36% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0775B6
RGB7, 117, 182
HSL202.3°, 92.6%, 37.1%
CMYK96%, 36%, 0%, 29%
HSV202.3°, 96.2%, 71.4%
LAB47.2, -2.7, -41.8
XYZ14.9, 16.1, 46.6
Decimal488886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0775B6;
}
.text-color {
color: #0775B6;
}
.border-color {
border: 2px solid #0775B6;
}