Shades of Dodger Blue #0088EE
Tints of Dodger Blue #0088EE
RGB
CMYK
RGB Variations
Color information
#0088EE (or 0x0088EE) is known color: Dodger Blue. HEX triplet: 00, 88 and EE. RGB value is (0,136,238). Sum of RGB (Red+Green+Blue) = 0+136+238=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #0088EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088EE is #FF7711. Grayscale: #6A6A6A. Windows color (decimal): -16742162 or 15632384. OLE color: 15632384.
HSL color Cylindrical-coordinate representation of color #0088EE: hue angle of 205.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088EE is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 136 | 238 | - |
| CMYK | 1 | 0.43 | 0 | 0.07 |
| HSL | 205.71º | 1% | 0.47% | - |
| HSV(B) | 205.71º | 1% | 0.93% | - |
| XYZ | 24.24 | 23.78 | 84.2 | - |
| YUV | 106.96 | 201.94 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 238 | 1 | 0.43 | 0 | 0.07 | 205.71 | 1 | 0.47 |
| Hex | 0 | 88 | EE | 64 | 2B | 0 | 7 | CE | 64 | 2F |
| Octal | 0 | 210 | 356 | 144 | 53 | 0 | 7 | 316 | 144 | 57 |
| Binary | 0 | 10001000 | 11101110 | 1100100 | 101011 | 0 | 111 | 11001110 | 1100100 | 101111 |
Color Harmonies of #0088EE
Complementary color
Monochromatic Colors of #0088EE
Black with #0088EE
Text Example
Text Example
White with #0088EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088EE; }
p { color: rgb(0,136,238); }
H1.HeaderClassName
{
color: #0088EE;
}
.AnyTagClassName
{
color: #0088EE;
}
</style>
background-color css
<style>
a { background-color: #0088EE; }
a { background-color: rgb(0,136,238); }
div.DivClassName
{
background-color: #0088EE;
}
.BgClassName
{
background-color: #0088EE;
}
</style>
border-color css
<style>
span { border-color: #0088EE; }
span { border-color: rgb(0,136,238); }
td.TdClassName
{
border-color: #0088EE;
}
.TagClassName
{
border-color: #0088EE;
}
</style>