Shades of Dodger Blue #0088EB
Tints of Dodger Blue #0088EB
RGB
CMYK
RGB Variations
Color information
#0088EB (or 0x0088EB) is known color: Dodger Blue. HEX triplet: 00, 88 and EB. RGB value is (0,136,235). Sum of RGB (Red+Green+Blue) = 0+136+235=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #0088EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088EB is #FF7714. Grayscale: #6A6A6A. Windows color (decimal): -16742165 or 15435776. OLE color: 15435776.
HSL color Cylindrical-coordinate representation of color #0088EB: hue angle of 205.28º 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 #0088EB is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 136 | 235 | - |
| CMYK | 1 | 0.42 | 0 | 0.08 |
| HSL | 205.28º | 1% | 0.46% | - |
| HSV(B) | 205.28º | 1% | 0.92% | - |
| XYZ | 23.8 | 23.61 | 81.9 | - |
| YUV | 106.62 | 200.44 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 235 | 1 | 0.42 | 0 | 0.08 | 205.28 | 1 | 0.46 |
| Hex | 0 | 88 | EB | 64 | 2A | 0 | 8 | CD | 64 | 2E |
| Octal | 0 | 210 | 353 | 144 | 52 | 0 | 10 | 315 | 144 | 56 |
| Binary | 0 | 10001000 | 11101011 | 1100100 | 101010 | 0 | 1000 | 11001101 | 1100100 | 101110 |
Color Harmonies of #0088EB
Complementary color
Monochromatic Colors of #0088EB
Black with #0088EB
Text Example
Text Example
White with #0088EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088EB; }
p { color: rgb(0,136,235); }
H1.HeaderClassName
{
color: #0088EB;
}
.AnyTagClassName
{
color: #0088EB;
}
</style>
background-color css
<style>
a { background-color: #0088EB; }
a { background-color: rgb(0,136,235); }
div.DivClassName
{
background-color: #0088EB;
}
.BgClassName
{
background-color: #0088EB;
}
</style>
border-color css
<style>
span { border-color: #0088EB; }
span { border-color: rgb(0,136,235); }
td.TdClassName
{
border-color: #0088EB;
}
.TagClassName
{
border-color: #0088EB;
}
</style>