Shades of Dodger Blue #0E83F7
Tints of Dodger Blue #0E83F7
RGB
CMYK
RGB Variations
Color information
#0E83F7 (or 0x0E83F7) is known color: Dodger Blue. HEX triplet: 0E, 83 and F7. RGB value is (14,131,247). Sum of RGB (Red+Green+Blue) = 14+131+247=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #0E83F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E83F7 is #F17C08. Grayscale: #6C6C6C. Windows color (decimal): -15825929 or 16220942. OLE color: 16220942.
HSL color Cylindrical-coordinate representation of color #0E83F7: hue angle of 209.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E83F7 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 131 | 247 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.03 |
| HSL | 209.87º | 0.94% | 0.51% | - |
| HSV(B) | 209.87º | 0.94% | 0.97% | - |
| XYZ | 25.09 | 23.04 | 91.12 | - |
| YUV | 109.24 | 205.74 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 247 | 0.94 | 0.47 | 0 | 0.03 | 209.87 | 0.94 | 0.51 |
| Hex | E | 83 | F7 | 5E | 2F | 0 | 3 | D2 | 5E | 33 |
| Octal | 16 | 203 | 367 | 136 | 57 | 0 | 3 | 322 | 136 | 63 |
| Binary | 1110 | 10000011 | 11110111 | 1011110 | 101111 | 0 | 11 | 11010010 | 1011110 | 110011 |
Color Harmonies of #0E83F7
Complementary color
Monochromatic Colors of #0E83F7
Black with #0E83F7
Text Example
Text Example
White with #0E83F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E83F7; }
p { color: rgb(14,131,247); }
H1.HeaderClassName
{
color: #0E83F7;
}
.AnyTagClassName
{
color: #0E83F7;
}
</style>
background-color css
<style>
a { background-color: #0E83F7; }
a { background-color: rgb(14,131,247); }
div.DivClassName
{
background-color: #0E83F7;
}
.BgClassName
{
background-color: #0E83F7;
}
</style>
border-color css
<style>
span { border-color: #0E83F7; }
span { border-color: rgb(14,131,247); }
td.TdClassName
{
border-color: #0E83F7;
}
.TagClassName
{
border-color: #0E83F7;
}
</style>