Shades of Dodger Blue #0888FD
Tints of Dodger Blue #0888FD
RGB
CMYK
RGB Variations
Color information
#0888FD (or 0x0888FD) is known color: Dodger Blue. HEX triplet: 08, 88 and FD. RGB value is (8,136,253). Sum of RGB (Red+Green+Blue) = 8+136+253=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #0888FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0888FD is #F77702. Grayscale: #6E6E6E. Windows color (decimal): -16217859 or 16615432. OLE color: 16615432.
HSL color Cylindrical-coordinate representation of color #0888FD: hue angle of 208.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0888FD is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 136 | 253 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.01 |
| HSL | 208.65º | 0.98% | 0.51% | - |
| HSV(B) | 208.65º | 0.97% | 0.99% | - |
| XYZ | 26.63 | 24.75 | 96.3 | - |
| YUV | 111.07 | 208.09 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 253 | 0.97 | 0.46 | 0 | 0.01 | 208.65 | 0.98 | 0.51 |
| Hex | 8 | 88 | FD | 61 | 2E | 0 | 1 | D1 | 62 | 33 |
| Octal | 10 | 210 | 375 | 141 | 56 | 0 | 1 | 321 | 142 | 63 |
| Binary | 1000 | 10001000 | 11111101 | 1100001 | 101110 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0888FD
Complementary color
Monochromatic Colors of #0888FD
Black with #0888FD
Text Example
Text Example
White with #0888FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888FD; }
p { color: rgb(8,136,253); }
H1.HeaderClassName
{
color: #0888FD;
}
.AnyTagClassName
{
color: #0888FD;
}
</style>
background-color css
<style>
a { background-color: #0888FD; }
a { background-color: rgb(8,136,253); }
div.DivClassName
{
background-color: #0888FD;
}
.BgClassName
{
background-color: #0888FD;
}
</style>
border-color css
<style>
span { border-color: #0888FD; }
span { border-color: rgb(8,136,253); }
td.TdClassName
{
border-color: #0888FD;
}
.TagClassName
{
border-color: #0888FD;
}
</style>