Shades of Dodger Blue #2088EB
Tints of Dodger Blue #2088EB
RGB
CMYK
RGB Variations
Color information
#2088EB (or 0x2088EB) is known color: Dodger Blue. HEX triplet: 20, 88 and EB. RGB value is (32,136,235). Sum of RGB (Red+Green+Blue) = 32+136+235=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #2088EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2088EB is #DF7714. Grayscale: #737373. Windows color (decimal): -14645013 or 15435808. OLE color: 15435808.
HSL color Cylindrical-coordinate representation of color #2088EB: hue angle of 209.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2088EB is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 136 | 235 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.08 |
| HSL | 209.26º | 0.84% | 0.52% | - |
| HSV(B) | 209.26º | 0.86% | 0.92% | - |
| XYZ | 24.4 | 23.91 | 81.93 | - |
| YUV | 116.19 | 195.04 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 235 | 0.86 | 0.42 | 0 | 0.08 | 209.26 | 0.84 | 0.52 |
| Hex | 20 | 88 | EB | 56 | 2A | 0 | 8 | D1 | 54 | 34 |
| Octal | 40 | 210 | 353 | 126 | 52 | 0 | 10 | 321 | 124 | 64 |
| Binary | 100000 | 10001000 | 11101011 | 1010110 | 101010 | 0 | 1000 | 11010001 | 1010100 | 110100 |
Color Harmonies of #2088EB
Complementary color
Monochromatic Colors of #2088EB
Black with #2088EB
Text Example
Text Example
White with #2088EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088EB; }
p { color: rgb(32,136,235); }
H1.HeaderClassName
{
color: #2088EB;
}
.AnyTagClassName
{
color: #2088EB;
}
</style>
background-color css
<style>
a { background-color: #2088EB; }
a { background-color: rgb(32,136,235); }
div.DivClassName
{
background-color: #2088EB;
}
.BgClassName
{
background-color: #2088EB;
}
</style>
border-color css
<style>
span { border-color: #2088EB; }
span { border-color: rgb(32,136,235); }
td.TdClassName
{
border-color: #2088EB;
}
.TagClassName
{
border-color: #2088EB;
}
</style>