#0775BD
A dark, vivid blue closely aligning with Steelblue.
About #0775BD
Visually, #0775BD is defined as a vivid blue. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(7, 117, 189).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 96% cyan, 38% magenta, 0% yellow, and 26% black. The HSL representation is 203.7° hue, 92.9% saturation, and 38.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0775BD
RGB7, 117, 189
HSL203.7°, 92.9%, 38.4%
CMYK96%, 38%, 0%, 26%
HSV203.7°, 96.3%, 74.1%
LAB47.5, 0.0, -45.2
XYZ15.6, 16.4, 50.5
Decimal488893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.90:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0775BD;
}
.text-color {
color: #0775BD;
}
.border-color {
border: 2px solid #0775BD;
}