Shades of Dodger Blue #0888F6
Tints of Dodger Blue #0888F6
RGB
CMYK
RGB Variations
Color information
#0888F6 (or 0x0888F6) is known color: Dodger Blue. HEX triplet: 08, 88 and F6. RGB value is (8,136,246). Sum of RGB (Red+Green+Blue) = 8+136+246=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #0888F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0888F6 is #F77709. Grayscale: #6D6D6D. Windows color (decimal): -16217866 or 16156680. OLE color: 16156680.
HSL color Cylindrical-coordinate representation of color #0888F6: hue angle of 207.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0888F6 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 136 | 246 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.04 |
| HSL | 207.73º | 0.94% | 0.5% | - |
| HSV(B) | 207.73º | 0.97% | 0.96% | - |
| XYZ | 25.54 | 24.31 | 90.54 | - |
| YUV | 110.27 | 204.59 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 246 | 0.97 | 0.45 | 0 | 0.04 | 207.73 | 0.94 | 0.5 |
| Hex | 8 | 88 | F6 | 61 | 2D | 0 | 4 | D0 | 5E | 32 |
| Octal | 10 | 210 | 366 | 141 | 55 | 0 | 4 | 320 | 136 | 62 |
| Binary | 1000 | 10001000 | 11110110 | 1100001 | 101101 | 0 | 100 | 11010000 | 1011110 | 110010 |
Color Harmonies of #0888F6
Complementary color
Monochromatic Colors of #0888F6
Black with #0888F6
Text Example
Text Example
White with #0888F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888F6; }
p { color: rgb(8,136,246); }
H1.HeaderClassName
{
color: #0888F6;
}
.AnyTagClassName
{
color: #0888F6;
}
</style>
background-color css
<style>
a { background-color: #0888F6; }
a { background-color: rgb(8,136,246); }
div.DivClassName
{
background-color: #0888F6;
}
.BgClassName
{
background-color: #0888F6;
}
</style>
border-color css
<style>
span { border-color: #0888F6; }
span { border-color: rgb(8,136,246); }
td.TdClassName
{
border-color: #0888F6;
}
.TagClassName
{
border-color: #0888F6;
}
</style>