Shades of Dodger Blue #008EF2
Tints of Dodger Blue #008EF2
RGB
CMYK
RGB Variations
Color information
#008EF2 (or 0x008EF2) is known color: Dodger Blue. HEX triplet: 00, 8E and F2. RGB value is (0,142,242). Sum of RGB (Red+Green+Blue) = 0+142+242=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #008EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EF2 is #FF710D. Grayscale: #6E6E6E. Windows color (decimal): -16740622 or 15896064. OLE color: 15896064.
HSL color Cylindrical-coordinate representation of color #008EF2: hue angle of 204.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EF2 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 142 | 242 | - |
| CMYK | 1 | 0.41 | 0 | 0.05 |
| HSL | 204.79º | 1% | 0.47% | - |
| HSV(B) | 204.79º | 1% | 0.95% | - |
| XYZ | 25.7 | 25.76 | 87.62 | - |
| YUV | 110.94 | 201.96 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 242 | 1 | 0.41 | 0 | 0.05 | 204.79 | 1 | 0.47 |
| Hex | 0 | 8E | F2 | 64 | 29 | 0 | 5 | CD | 64 | 2F |
| Octal | 0 | 216 | 362 | 144 | 51 | 0 | 5 | 315 | 144 | 57 |
| Binary | 0 | 10001110 | 11110010 | 1100100 | 101001 | 0 | 101 | 11001101 | 1100100 | 101111 |
Color Harmonies of #008EF2
Complementary color
Monochromatic Colors of #008EF2
Black with #008EF2
Text Example
Text Example
White with #008EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EF2; }
p { color: rgb(0,142,242); }
H1.HeaderClassName
{
color: #008EF2;
}
.AnyTagClassName
{
color: #008EF2;
}
</style>
background-color css
<style>
a { background-color: #008EF2; }
a { background-color: rgb(0,142,242); }
div.DivClassName
{
background-color: #008EF2;
}
.BgClassName
{
background-color: #008EF2;
}
</style>
border-color css
<style>
span { border-color: #008EF2; }
span { border-color: rgb(0,142,242); }
td.TdClassName
{
border-color: #008EF2;
}
.TagClassName
{
border-color: #008EF2;
}
</style>