Shades of Dodger Blue #2087DF
Tints of Dodger Blue #2087DF
RGB
CMYK
RGB Variations
Color information
#2087DF (or 0x2087DF) is known color: Dodger Blue. HEX triplet: 20, 87 and DF. RGB value is (32,135,223). Sum of RGB (Red+Green+Blue) = 32+135+223=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #2087DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087DF is #DF7820. Grayscale: #717171. Windows color (decimal): -14645281 or 14649120. OLE color: 14649120.
HSL color Cylindrical-coordinate representation of color #2087DF: hue angle of 207.64º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2087DF is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 135 | 223 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.13 |
| HSL | 207.64º | 0.75% | 0.5% | - |
| HSV(B) | 207.64º | 0.86% | 0.87% | - |
| XYZ | 22.58 | 22.96 | 73.05 | - |
| YUV | 114.24 | 189.38 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 223 | 0.86 | 0.39 | 0 | 0.13 | 207.64 | 0.75 | 0.5 |
| Hex | 20 | 87 | DF | 56 | 27 | 0 | D | D0 | 4B | 32 |
| Octal | 40 | 207 | 337 | 126 | 47 | 0 | 15 | 320 | 113 | 62 |
| Binary | 100000 | 10000111 | 11011111 | 1010110 | 100111 | 0 | 1101 | 11010000 | 1001011 | 110010 |
Color Harmonies of #2087DF
Complementary color
Monochromatic Colors of #2087DF
Black with #2087DF
Text Example
Text Example
White with #2087DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087DF; }
p { color: rgb(32,135,223); }
H1.HeaderClassName
{
color: #2087DF;
}
.AnyTagClassName
{
color: #2087DF;
}
</style>
background-color css
<style>
a { background-color: #2087DF; }
a { background-color: rgb(32,135,223); }
div.DivClassName
{
background-color: #2087DF;
}
.BgClassName
{
background-color: #2087DF;
}
</style>
border-color css
<style>
span { border-color: #2087DF; }
span { border-color: rgb(32,135,223); }
td.TdClassName
{
border-color: #2087DF;
}
.TagClassName
{
border-color: #2087DF;
}
</style>