Shades of Dodger Blue #0088EA
Tints of Dodger Blue #0088EA
RGB
CMYK
RGB Variations
Color information
#0088EA (or 0x0088EA) is known color: Dodger Blue. HEX triplet: 00, 88 and EA. RGB value is (0,136,234). Sum of RGB (Red+Green+Blue) = 0+136+234=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #0088EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088EA is #FF7715. Grayscale: #696969. Windows color (decimal): -16742166 or 15370240. OLE color: 15370240.
HSL color Cylindrical-coordinate representation of color #0088EA: hue angle of 205.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088EA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 136 | 234 | - |
| CMYK | 1 | 0.42 | 0 | 0.08 |
| HSL | 205.13º | 1% | 0.46% | - |
| HSV(B) | 205.13º | 1% | 0.92% | - |
| XYZ | 23.66 | 23.55 | 81.14 | - |
| YUV | 106.51 | 199.94 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 234 | 1 | 0.42 | 0 | 0.08 | 205.13 | 1 | 0.46 |
| Hex | 0 | 88 | EA | 64 | 2A | 0 | 8 | CD | 64 | 2E |
| Octal | 0 | 210 | 352 | 144 | 52 | 0 | 10 | 315 | 144 | 56 |
| Binary | 0 | 10001000 | 11101010 | 1100100 | 101010 | 0 | 1000 | 11001101 | 1100100 | 101110 |
Color Harmonies of #0088EA
Complementary color
Monochromatic Colors of #0088EA
Black with #0088EA
Text Example
Text Example
White with #0088EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088EA; }
p { color: rgb(0,136,234); }
H1.HeaderClassName
{
color: #0088EA;
}
.AnyTagClassName
{
color: #0088EA;
}
</style>
background-color css
<style>
a { background-color: #0088EA; }
a { background-color: rgb(0,136,234); }
div.DivClassName
{
background-color: #0088EA;
}
.BgClassName
{
background-color: #0088EA;
}
</style>
border-color css
<style>
span { border-color: #0088EA; }
span { border-color: rgb(0,136,234); }
td.TdClassName
{
border-color: #0088EA;
}
.TagClassName
{
border-color: #0088EA;
}
</style>