#0083F0
A medium, vivid blue closely aligning with Dodgerblue.
About #0083F0
At its core, #0083F0 is a medium and vivid hue. It is closely associated with the named CSS color Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 131, and 240.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 45% M, 0% Y, and 6% K. 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, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0083F0
RGB0, 131, 240
HSL207.2°, 100.0%, 47.1%
CMYK100%, 45%, 0%, 6%
HSV207.2°, 100.0%, 94.1%
LAB54.6, 11.1, -62.8
XYZ23.8, 22.5, 85.5
Decimal33776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0083F0;
}
.text-color {
color: #0083F0;
}
.border-color {
border: 2px solid #0083F0;
}