Shades of Dodger Blue #0888EE
Tints of Dodger Blue #0888EE
RGB
CMYK
RGB Variations
Color information
#0888EE (or 0x0888EE) is known color: Dodger Blue. HEX triplet: 08, 88 and EE. RGB value is (8,136,238). Sum of RGB (Red+Green+Blue) = 8+136+238=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #0888EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0888EE is #F77711. Grayscale: #6C6C6C. Windows color (decimal): -16217874 or 15632392. OLE color: 15632392.
HSL color Cylindrical-coordinate representation of color #0888EE: hue angle of 206.61º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0888EE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 136 | 238 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.07 |
| HSL | 206.61º | 0.93% | 0.48% | - |
| HSV(B) | 206.61º | 0.97% | 0.93% | - |
| XYZ | 24.34 | 23.83 | 84.21 | - |
| YUV | 109.36 | 200.59 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 238 | 0.97 | 0.43 | 0 | 0.07 | 206.61 | 0.93 | 0.48 |
| Hex | 8 | 88 | EE | 61 | 2B | 0 | 7 | CF | 5D | 30 |
| Octal | 10 | 210 | 356 | 141 | 53 | 0 | 7 | 317 | 135 | 60 |
| Binary | 1000 | 10001000 | 11101110 | 1100001 | 101011 | 0 | 111 | 11001111 | 1011101 | 110000 |
Color Harmonies of #0888EE
Complementary color
Monochromatic Colors of #0888EE
Black with #0888EE
Text Example
Text Example
White with #0888EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888EE; }
p { color: rgb(8,136,238); }
H1.HeaderClassName
{
color: #0888EE;
}
.AnyTagClassName
{
color: #0888EE;
}
</style>
background-color css
<style>
a { background-color: #0888EE; }
a { background-color: rgb(8,136,238); }
div.DivClassName
{
background-color: #0888EE;
}
.BgClassName
{
background-color: #0888EE;
}
</style>
border-color css
<style>
span { border-color: #0888EE; }
span { border-color: rgb(8,136,238); }
td.TdClassName
{
border-color: #0888EE;
}
.TagClassName
{
border-color: #0888EE;
}
</style>