Shades of Dodger Blue #0888EF
Tints of Dodger Blue #0888EF
RGB
CMYK
RGB Variations
Color information
#0888EF (or 0x0888EF) is known color: Dodger Blue. HEX triplet: 08, 88 and EF. RGB value is (8,136,239). Sum of RGB (Red+Green+Blue) = 8+136+239=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #0888EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0888EF is #F77710. Grayscale: #6C6C6C. Windows color (decimal): -16217873 or 15697928. OLE color: 15697928.
HSL color Cylindrical-coordinate representation of color #0888EF: hue angle of 206.75º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0888EF is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 136 | 239 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.06 |
| HSL | 206.75º | 0.94% | 0.48% | - |
| HSV(B) | 206.75º | 0.97% | 0.94% | - |
| XYZ | 24.48 | 23.89 | 84.98 | - |
| YUV | 109.47 | 201.09 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 239 | 0.97 | 0.43 | 0 | 0.06 | 206.75 | 0.94 | 0.48 |
| Hex | 8 | 88 | EF | 61 | 2B | 0 | 6 | CF | 5E | 30 |
| Octal | 10 | 210 | 357 | 141 | 53 | 0 | 6 | 317 | 136 | 60 |
| Binary | 1000 | 10001000 | 11101111 | 1100001 | 101011 | 0 | 110 | 11001111 | 1011110 | 110000 |
Color Harmonies of #0888EF
Complementary color
Monochromatic Colors of #0888EF
Black with #0888EF
Text Example
Text Example
White with #0888EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888EF; }
p { color: rgb(8,136,239); }
H1.HeaderClassName
{
color: #0888EF;
}
.AnyTagClassName
{
color: #0888EF;
}
</style>
background-color css
<style>
a { background-color: #0888EF; }
a { background-color: rgb(8,136,239); }
div.DivClassName
{
background-color: #0888EF;
}
.BgClassName
{
background-color: #0888EF;
}
</style>
border-color css
<style>
span { border-color: #0888EF; }
span { border-color: rgb(8,136,239); }
td.TdClassName
{
border-color: #0888EF;
}
.TagClassName
{
border-color: #0888EF;
}
</style>