Shades of Dodger Blue #0E83F9
Tints of Dodger Blue #0E83F9
RGB
CMYK
RGB Variations
Color information
#0E83F9 (or 0x0E83F9) is known color: Dodger Blue. HEX triplet: 0E, 83 and F9. RGB value is (14,131,249). Sum of RGB (Red+Green+Blue) = 14+131+249=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E83F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E83F9 is #F17C06. Grayscale: #6C6C6C. Windows color (decimal): -15825927 or 16352014. OLE color: 16352014.
HSL color Cylindrical-coordinate representation of color #0E83F9: hue angle of 210.13º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E83F9 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 131 | 249 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.02 |
| HSL | 210.13º | 0.95% | 0.52% | - |
| HSV(B) | 210.13º | 0.94% | 0.98% | - |
| XYZ | 25.4 | 23.17 | 92.76 | - |
| YUV | 109.47 | 206.74 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 249 | 0.94 | 0.47 | 0 | 0.02 | 210.13 | 0.95 | 0.52 |
| Hex | E | 83 | F9 | 5E | 2F | 0 | 2 | D2 | 5F | 34 |
| Octal | 16 | 203 | 371 | 136 | 57 | 0 | 2 | 322 | 137 | 64 |
| Binary | 1110 | 10000011 | 11111001 | 1011110 | 101111 | 0 | 10 | 11010010 | 1011111 | 110100 |
Color Harmonies of #0E83F9
Complementary color
Monochromatic Colors of #0E83F9
Black with #0E83F9
Text Example
Text Example
White with #0E83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E83F9; }
p { color: rgb(14,131,249); }
H1.HeaderClassName
{
color: #0E83F9;
}
.AnyTagClassName
{
color: #0E83F9;
}
</style>
background-color css
<style>
a { background-color: #0E83F9; }
a { background-color: rgb(14,131,249); }
div.DivClassName
{
background-color: #0E83F9;
}
.BgClassName
{
background-color: #0E83F9;
}
</style>
border-color css
<style>
span { border-color: #0E83F9; }
span { border-color: rgb(14,131,249); }
td.TdClassName
{
border-color: #0E83F9;
}
.TagClassName
{
border-color: #0E83F9;
}
</style>