#0733C5
A medium, vivid blue closely aligning with Darkblue.
About #0733C5
Visually, #0733C5 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 51, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 96% cyan, 74% magenta, 0% yellow, and 23% black. The HSL representation is 226.1° hue, 93.1% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0733C5
RGB7, 51, 197
HSL226.1°, 93.1%, 40.0%
CMYK96%, 74%, 0%, 23%
HSV226.1°, 96.4%, 77.3%
LAB30.5, 45.8, -77.6
XYZ11.3, 6.4, 53.5
Decimal472005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.18:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.77:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0733C5;
}
.text-color {
color: #0733C5;
}
.border-color {
border: 2px solid #0733C5;
}