#0733FF
A medium, vivid blue closely aligning with Mediumblue.
About #0733FF
Visually, #0733FF is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 51, and 255.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 80% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0733FF
RGB7, 51, 255
HSL229.4°, 100.0%, 51.4%
CMYK97%, 80%, 0%, 0%
HSV229.4°, 97.3%, 100.0%
LAB37.2, 64.8, -99.7
XYZ19.3, 9.6, 95.4
Decimal472063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0733FF;
}
.text-color {
color: #0733FF;
}
.border-color {
border: 2px solid #0733FF;
}