Shades of Dodger Blue #0088EF
Tints of Dodger Blue #0088EF
RGB
CMYK
RGB Variations
Color information
#0088EF (or 0x0088EF) is known color: Dodger Blue. HEX triplet: 00, 88 and EF. RGB value is (0,136,239). Sum of RGB (Red+Green+Blue) = 0+136+239=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #0088EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088EF is #FF7710. Grayscale: #6A6A6A. Windows color (decimal): -16742161 or 15697920. OLE color: 15697920.
HSL color Cylindrical-coordinate representation of color #0088EF: hue angle of 205.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088EF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 136 | 239 | - |
| CMYK | 1 | 0.43 | 0 | 0.06 |
| HSL | 205.86º | 1% | 0.47% | - |
| HSV(B) | 205.86º | 1% | 0.94% | - |
| XYZ | 24.38 | 23.84 | 84.98 | - |
| YUV | 107.08 | 202.44 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 239 | 1 | 0.43 | 0 | 0.06 | 205.86 | 1 | 0.47 |
| Hex | 0 | 88 | EF | 64 | 2B | 0 | 6 | CE | 64 | 2F |
| Octal | 0 | 210 | 357 | 144 | 53 | 0 | 6 | 316 | 144 | 57 |
| Binary | 0 | 10001000 | 11101111 | 1100100 | 101011 | 0 | 110 | 11001110 | 1100100 | 101111 |
Color Harmonies of #0088EF
Complementary color
Monochromatic Colors of #0088EF
Black with #0088EF
Text Example
Text Example
White with #0088EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088EF; }
p { color: rgb(0,136,239); }
H1.HeaderClassName
{
color: #0088EF;
}
.AnyTagClassName
{
color: #0088EF;
}
</style>
background-color css
<style>
a { background-color: #0088EF; }
a { background-color: rgb(0,136,239); }
div.DivClassName
{
background-color: #0088EF;
}
.BgClassName
{
background-color: #0088EF;
}
</style>
border-color css
<style>
span { border-color: #0088EF; }
span { border-color: rgb(0,136,239); }
td.TdClassName
{
border-color: #0088EF;
}
.TagClassName
{
border-color: #0088EF;
}
</style>