#0783F0
A medium, vivid blue closely aligning with Dodgerblue.
About #0783F0
When working with digital screens, the color #0783F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(7, 131, 240).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 45% magenta inks. With a hue angle of 208.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0783F0
RGB7, 131, 240
HSL208.1°, 94.3%, 48.4%
CMYK97%, 45%, 0%, 6%
HSV208.1°, 97.1%, 94.1%
LAB54.6, 11.3, -62.8
XYZ23.9, 22.6, 85.5
Decimal492528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0783F0;
}
.text-color {
color: #0783F0;
}
.border-color {
border: 2px solid #0783F0;
}