Shades of Dodger Blue #2088DC
Tints of Dodger Blue #2088DC
RGB
CMYK
RGB Variations
Color information
#2088DC (or 0x2088DC) is known color: Dodger Blue. HEX triplet: 20, 88 and DC. RGB value is (32,136,220). Sum of RGB (Red+Green+Blue) = 32+136+220=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #2088DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088DC is #DF7723. Grayscale: #727272. Windows color (decimal): -14645028 or 14452768. OLE color: 14452768.
HSL color Cylindrical-coordinate representation of color #2088DC: hue angle of 206.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2088DC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 136 | 220 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.14 |
| HSL | 206.81º | 0.75% | 0.49% | - |
| HSV(B) | 206.81º | 0.85% | 0.86% | - |
| XYZ | 22.32 | 23.08 | 70.99 | - |
| YUV | 114.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 220 | 0.85 | 0.38 | 0 | 0.14 | 206.81 | 0.75 | 0.49 |
| Hex | 20 | 88 | DC | 55 | 26 | 0 | E | CF | 4B | 31 |
| Octal | 40 | 210 | 334 | 125 | 46 | 0 | 16 | 317 | 113 | 61 |
| Binary | 100000 | 10001000 | 11011100 | 1010101 | 100110 | 0 | 1110 | 11001111 | 1001011 | 110001 |
Color Harmonies of #2088DC
Complementary color
Monochromatic Colors of #2088DC
Black with #2088DC
Text Example
Text Example
White with #2088DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088DC; }
p { color: rgb(32,136,220); }
H1.HeaderClassName
{
color: #2088DC;
}
.AnyTagClassName
{
color: #2088DC;
}
</style>
background-color css
<style>
a { background-color: #2088DC; }
a { background-color: rgb(32,136,220); }
div.DivClassName
{
background-color: #2088DC;
}
.BgClassName
{
background-color: #2088DC;
}
</style>
border-color css
<style>
span { border-color: #2088DC; }
span { border-color: rgb(32,136,220); }
td.TdClassName
{
border-color: #2088DC;
}
.TagClassName
{
border-color: #2088DC;
}
</style>