Shades of Dodger Blue #2087DA
Tints of Dodger Blue #2087DA
RGB
CMYK
RGB Variations
Color information
#2087DA (or 0x2087DA) is known color: Dodger Blue. HEX triplet: 20, 87 and DA. RGB value is (32,135,218). Sum of RGB (Red+Green+Blue) = 32+135+218=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #2087DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087DA is #DF7825. Grayscale: #717171. Windows color (decimal): -14645286 or 14321440. OLE color: 14321440.
HSL color Cylindrical-coordinate representation of color #2087DA: hue angle of 206.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2087DA is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 135 | 218 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.15 |
| HSL | 206.77º | 0.74% | 0.49% | - |
| HSV(B) | 206.77º | 0.85% | 0.85% | - |
| XYZ | 21.91 | 22.7 | 69.56 | - |
| YUV | 113.67 | 186.88 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 218 | 0.85 | 0.38 | 0 | 0.15 | 206.77 | 0.74 | 0.49 |
| Hex | 20 | 87 | DA | 55 | 26 | 0 | F | CF | 4A | 31 |
| Octal | 40 | 207 | 332 | 125 | 46 | 0 | 17 | 317 | 112 | 61 |
| Binary | 100000 | 10000111 | 11011010 | 1010101 | 100110 | 0 | 1111 | 11001111 | 1001010 | 110001 |
Color Harmonies of #2087DA
Complementary color
Monochromatic Colors of #2087DA
Black with #2087DA
Text Example
Text Example
White with #2087DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087DA; }
p { color: rgb(32,135,218); }
H1.HeaderClassName
{
color: #2087DA;
}
.AnyTagClassName
{
color: #2087DA;
}
</style>
background-color css
<style>
a { background-color: #2087DA; }
a { background-color: rgb(32,135,218); }
div.DivClassName
{
background-color: #2087DA;
}
.BgClassName
{
background-color: #2087DA;
}
</style>
border-color css
<style>
span { border-color: #2087DA; }
span { border-color: rgb(32,135,218); }
td.TdClassName
{
border-color: #2087DA;
}
.TagClassName
{
border-color: #2087DA;
}
</style>