#0733F8
A medium, vivid blue closely aligning with Mediumblue.
About #0733F8
Visually, #0733F8 is defined as a vivid blue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(7, 51, 248).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 79% magenta, 0% yellow, and 3% black. The HSL representation is 229.0° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0733F8
RGB7, 51, 248
HSL229.0°, 94.5%, 50.0%
CMYK97%, 79%, 0%, 3%
HSV229.0°, 97.2%, 97.3%
LAB36.3, 62.6, -97.2
XYZ18.2, 9.2, 89.6
Decimal472056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.40:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.07:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0733F8;
}
.text-color {
color: #0733F8;
}
.border-color {
border: 2px solid #0733F8;
}