Shades of Dodger Blue #0E83FE
Tints of Dodger Blue #0E83FE
RGB
CMYK
RGB Variations
Color information
#0E83FE (or 0x0E83FE) is known color: Dodger Blue. HEX triplet: 0E, 83 and FE. RGB value is (14,131,254). Sum of RGB (Red+Green+Blue) = 14+131+254=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E83FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E83FE is #F17C01. Grayscale: #6D6D6D. Windows color (decimal): -15825922 or 16679694. OLE color: 16679694.
HSL color Cylindrical-coordinate representation of color #0E83FE: hue angle of 210.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E83FE is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 131 | 254 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.00 |
| HSL | 210.75º | 0.99% | 0.53% | - |
| HSV(B) | 210.75º | 0.94% | 1% | - |
| XYZ | 26.19 | 23.48 | 96.92 | - |
| YUV | 110.04 | 209.24 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 254 | 0.94 | 0.48 | 0 | 0.00 | 210.75 | 0.99 | 0.53 |
| Hex | E | 83 | FE | 5E | 30 | 0 | 0 | D3 | 63 | 35 |
| Octal | 16 | 203 | 376 | 136 | 60 | 0 | 0 | 323 | 143 | 65 |
| Binary | 1110 | 10000011 | 11111110 | 1011110 | 110000 | 0 | 0 | 11010011 | 1100011 | 110101 |
Color Harmonies of #0E83FE
Complementary color
Monochromatic Colors of #0E83FE
Black with #0E83FE
Text Example
Text Example
White with #0E83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E83FE; }
p { color: rgb(14,131,254); }
H1.HeaderClassName
{
color: #0E83FE;
}
.AnyTagClassName
{
color: #0E83FE;
}
</style>
background-color css
<style>
a { background-color: #0E83FE; }
a { background-color: rgb(14,131,254); }
div.DivClassName
{
background-color: #0E83FE;
}
.BgClassName
{
background-color: #0E83FE;
}
</style>
border-color css
<style>
span { border-color: #0E83FE; }
span { border-color: rgb(14,131,254); }
td.TdClassName
{
border-color: #0E83FE;
}
.TagClassName
{
border-color: #0E83FE;
}
</style>