Shades of Dodger Blue #088EE6
Tints of Dodger Blue #088EE6
RGB
CMYK
RGB Variations
Color information
#088EE6 (or 0x088EE6) is known color: Dodger Blue. HEX triplet: 08, 8E and E6. RGB value is (8,142,230). Sum of RGB (Red+Green+Blue) = 8+142+230=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 230 (90.23% from 255 or 60.53% from 380); Max value from RGB is 230 - color contains mainly: blue. Hex color #088EE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088EE6 is #F77119. Grayscale: #6F6F6F. Windows color (decimal): -16216346 or 15109640. OLE color: 15109640.
HSL color Cylindrical-coordinate representation of color #088EE6: hue angle of 203.78º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088EE6 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 142 | 230 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.10 |
| HSL | 203.78º | 0.93% | 0.47% | - |
| HSV(B) | 203.78º | 0.97% | 0.9% | - |
| XYZ | 24.06 | 25.11 | 78.44 | - |
| YUV | 111.97 | 194.61 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 230 | 0.97 | 0.38 | 0 | 0.10 | 203.78 | 0.93 | 0.47 |
| Hex | 8 | 8E | E6 | 61 | 26 | 0 | A | CC | 5D | 2F |
| Octal | 10 | 216 | 346 | 141 | 46 | 0 | 12 | 314 | 135 | 57 |
| Binary | 1000 | 10001110 | 11100110 | 1100001 | 100110 | 0 | 1010 | 11001100 | 1011101 | 101111 |
Color Harmonies of #088EE6
Complementary color
Monochromatic Colors of #088EE6
Black with #088EE6
Text Example
Text Example
White with #088EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EE6; }
p { color: rgb(8,142,230); }
H1.HeaderClassName
{
color: #088EE6;
}
.AnyTagClassName
{
color: #088EE6;
}
</style>
background-color css
<style>
a { background-color: #088EE6; }
a { background-color: rgb(8,142,230); }
div.DivClassName
{
background-color: #088EE6;
}
.BgClassName
{
background-color: #088EE6;
}
</style>
border-color css
<style>
span { border-color: #088EE6; }
span { border-color: rgb(8,142,230); }
td.TdClassName
{
border-color: #088EE6;
}
.TagClassName
{
border-color: #088EE6;
}
</style>