Shades of Dodger Blue #0088FA
Tints of Dodger Blue #0088FA
RGB
CMYK
RGB Variations
Color information
#0088FA (or 0x0088FA) is known color: Dodger Blue. HEX triplet: 00, 88 and FA. RGB value is (0,136,250). Sum of RGB (Red+Green+Blue) = 0+136+250=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #0088FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088FA is #FF7705. Grayscale: #6B6B6B. Windows color (decimal): -16742150 or 16418816. OLE color: 16418816.
HSL color Cylindrical-coordinate representation of color #0088FA: hue angle of 207.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088FA is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 136 | 250 | - |
| CMYK | 1 | 0.46 | 0 | 0.02 |
| HSL | 207.36º | 1% | 0.49% | - |
| HSV(B) | 207.36º | 1% | 0.98% | - |
| XYZ | 26.06 | 24.51 | 93.8 | - |
| YUV | 108.33 | 207.94 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 250 | 1 | 0.46 | 0 | 0.02 | 207.36 | 1 | 0.49 |
| Hex | 0 | 88 | FA | 64 | 2E | 0 | 2 | CF | 64 | 31 |
| Octal | 0 | 210 | 372 | 144 | 56 | 0 | 2 | 317 | 144 | 61 |
| Binary | 0 | 10001000 | 11111010 | 1100100 | 101110 | 0 | 10 | 11001111 | 1100100 | 110001 |
Color Harmonies of #0088FA
Complementary color
Monochromatic Colors of #0088FA
Black with #0088FA
Text Example
Text Example
White with #0088FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088FA; }
p { color: rgb(0,136,250); }
H1.HeaderClassName
{
color: #0088FA;
}
.AnyTagClassName
{
color: #0088FA;
}
</style>
background-color css
<style>
a { background-color: #0088FA; }
a { background-color: rgb(0,136,250); }
div.DivClassName
{
background-color: #0088FA;
}
.BgClassName
{
background-color: #0088FA;
}
</style>
border-color css
<style>
span { border-color: #0088FA; }
span { border-color: rgb(0,136,250); }
td.TdClassName
{
border-color: #0088FA;
}
.TagClassName
{
border-color: #0088FA;
}
</style>