#0733F0
A medium, vivid blue closely aligning with Mediumblue.
About #0733F0
At its core, #0733F0 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 7 red, 51 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 79% Magenta, 0% Yellow, and 6% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0733F0
RGB7, 51, 240
HSL228.7°, 94.3%, 48.4%
CMYK97%, 79%, 0%, 6%
HSV228.7°, 97.1%, 94.1%
LAB35.4, 60.1, -94.2
XYZ17.0, 8.7, 83.2
Decimal472048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.66:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.32:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0733F0;
}
.text-color {
color: #0733F0;
}
.border-color {
border: 2px solid #0733F0;
}