Shades of Dodger Blue #018EE8
Tints of Dodger Blue #018EE8
RGB
CMYK
RGB Variations
Color information
#018EE8 (or 0x018EE8) is known color: Dodger Blue. HEX triplet: 01, 8E and E8. RGB value is (1,142,232). Sum of RGB (Red+Green+Blue) = 1+142+232=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #018EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EE8 is #FE7117. Grayscale: #6D6D6D. Windows color (decimal): -16675096 or 15240705. OLE color: 15240705.
HSL color Cylindrical-coordinate representation of color #018EE8: hue angle of 203.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018EE8 is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 142 | 232 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.09 |
| HSL | 203.38º | 0.99% | 0.46% | - |
| HSV(B) | 203.38º | 1% | 0.91% | - |
| XYZ | 24.25 | 25.18 | 79.93 | - |
| YUV | 110.1 | 196.79 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 232 | 1.00 | 0.39 | 0 | 0.09 | 203.38 | 0.99 | 0.46 |
| Hex | 1 | 8E | E8 | 64 | 27 | 0 | 9 | CB | 63 | 2E |
| Octal | 1 | 216 | 350 | 144 | 47 | 0 | 11 | 313 | 143 | 56 |
| Binary | 1 | 10001110 | 11101000 | 1100100 | 100111 | 0 | 1001 | 11001011 | 1100011 | 101110 |
Color Harmonies of #018EE8
Complementary color
Monochromatic Colors of #018EE8
Black with #018EE8
Text Example
Text Example
White with #018EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EE8; }
p { color: rgb(1,142,232); }
H1.HeaderClassName
{
color: #018EE8;
}
.AnyTagClassName
{
color: #018EE8;
}
</style>
background-color css
<style>
a { background-color: #018EE8; }
a { background-color: rgb(1,142,232); }
div.DivClassName
{
background-color: #018EE8;
}
.BgClassName
{
background-color: #018EE8;
}
</style>
border-color css
<style>
span { border-color: #018EE8; }
span { border-color: rgb(1,142,232); }
td.TdClassName
{
border-color: #018EE8;
}
.TagClassName
{
border-color: #018EE8;
}
</style>