Shades of Dodger Blue #2087DB
Tints of Dodger Blue #2087DB
RGB
CMYK
RGB Variations
Color information
#2087DB (or 0x2087DB) is known color: Dodger Blue. HEX triplet: 20, 87 and DB. RGB value is (32,135,219). Sum of RGB (Red+Green+Blue) = 32+135+219=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #2087DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087DB is #DF7824. Grayscale: #717171. Windows color (decimal): -14645285 or 14386976. OLE color: 14386976.
HSL color Cylindrical-coordinate representation of color #2087DB: hue angle of 206.95º 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 #2087DB is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 135 | 219 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.14 |
| HSL | 206.95º | 0.75% | 0.49% | - |
| HSV(B) | 206.95º | 0.85% | 0.86% | - |
| XYZ | 22.05 | 22.75 | 70.25 | - |
| YUV | 113.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 219 | 0.85 | 0.38 | 0 | 0.14 | 206.95 | 0.75 | 0.49 |
| Hex | 20 | 87 | DB | 55 | 26 | 0 | E | CF | 4B | 31 |
| Octal | 40 | 207 | 333 | 125 | 46 | 0 | 16 | 317 | 113 | 61 |
| Binary | 100000 | 10000111 | 11011011 | 1010101 | 100110 | 0 | 1110 | 11001111 | 1001011 | 110001 |
Color Harmonies of #2087DB
Complementary color
Monochromatic Colors of #2087DB
Black with #2087DB
Text Example
Text Example
White with #2087DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087DB; }
p { color: rgb(32,135,219); }
H1.HeaderClassName
{
color: #2087DB;
}
.AnyTagClassName
{
color: #2087DB;
}
</style>
background-color css
<style>
a { background-color: #2087DB; }
a { background-color: rgb(32,135,219); }
div.DivClassName
{
background-color: #2087DB;
}
.BgClassName
{
background-color: #2087DB;
}
</style>
border-color css
<style>
span { border-color: #2087DB; }
span { border-color: rgb(32,135,219); }
td.TdClassName
{
border-color: #2087DB;
}
.TagClassName
{
border-color: #2087DB;
}
</style>