#0783AF
A dark, vivid blue closely aligning with Steelblue.
About #0783AF
The hex code #0783AF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 131, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 96% Cyan, 25% Magenta, 0% Yellow, and 31% Black. The HSL representation is 195.7° hue, 92.3% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0783AF
RGB7, 131, 175
HSL195.7°, 92.3%, 35.7%
CMYK96%, 25%, 0%, 31%
HSV195.7°, 96.0%, 68.6%
LAB51.1, -13.6, -31.5
XYZ15.9, 19.4, 43.5
Decimal492463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0783AF;
}
.text-color {
color: #0783AF;
}
.border-color {
border: 2px solid #0783AF;
}