Shades of Dodger Blue #0888FF
Tints of Dodger Blue #0888FF
RGB
CMYK
RGB Variations
Color information
#0888FF (or 0x0888FF) is known color: Dodger Blue. HEX triplet: 08, 88 and FF. RGB value is (8,136,255). Sum of RGB (Red+Green+Blue) = 8+136+255=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #0888FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0888FF is #F77700. Grayscale: #6E6E6E. Windows color (decimal): -16217857 or 16746504. OLE color: 16746504.
HSL color Cylindrical-coordinate representation of color #0888FF: hue angle of 208.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0888FF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 136 | 255 | - |
| CMYK | 0.97 | 0.47 | 0 | 0 |
| HSL | 208.91º | 1% | 0.52% | - |
| HSV(B) | 208.91º | 0.97% | 1% | - |
| XYZ | 26.95 | 24.88 | 97.99 | - |
| YUV | 111.29 | 209.09 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 255 | 0.97 | 0.47 | 0 | 0 | 208.91 | 1 | 0.52 |
| Hex | 8 | 88 | FF | 61 | 2F | 0 | 0 | D1 | 64 | 34 |
| Octal | 10 | 210 | 377 | 141 | 57 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1000 | 10001000 | 11111111 | 1100001 | 101111 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #0888FF
Complementary color
Monochromatic Colors of #0888FF
Black with #0888FF
Text Example
Text Example
White with #0888FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888FF; }
p { color: rgb(8,136,255); }
H1.HeaderClassName
{
color: #0888FF;
}
.AnyTagClassName
{
color: #0888FF;
}
</style>
background-color css
<style>
a { background-color: #0888FF; }
a { background-color: rgb(8,136,255); }
div.DivClassName
{
background-color: #0888FF;
}
.BgClassName
{
background-color: #0888FF;
}
</style>
border-color css
<style>
span { border-color: #0888FF; }
span { border-color: rgb(8,136,255); }
td.TdClassName
{
border-color: #0888FF;
}
.TagClassName
{
border-color: #0888FF;
}
</style>