Shades of Dodger Blue #1587DC
Tints of Dodger Blue #1587DC
RGB
CMYK
RGB Variations
Color information
#1587DC (or 0x1587DC) is known color: Dodger Blue. HEX triplet: 15, 87 and DC. RGB value is (21,135,220). Sum of RGB (Red+Green+Blue) = 21+135+220=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #1587DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587DC is #EA7823. Grayscale: #6E6E6E. Windows color (decimal): -15366180 or 14452501. OLE color: 14452501.
HSL color Cylindrical-coordinate representation of color #1587DC: hue angle of 205.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1587DC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 135 | 220 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.14 |
| HSL | 205.63º | 0.83% | 0.47% | - |
| HSV(B) | 205.63º | 0.9% | 0.86% | - |
| XYZ | 21.89 | 22.65 | 70.93 | - |
| YUV | 110.6 | 189.73 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 220 | 0.90 | 0.39 | 0 | 0.14 | 205.63 | 0.83 | 0.47 |
| Hex | 15 | 87 | DC | 5A | 27 | 0 | E | CE | 53 | 2F |
| Octal | 25 | 207 | 334 | 132 | 47 | 0 | 16 | 316 | 123 | 57 |
| Binary | 10101 | 10000111 | 11011100 | 1011010 | 100111 | 0 | 1110 | 11001110 | 1010011 | 101111 |
Color Harmonies of #1587DC
Complementary color
Monochromatic Colors of #1587DC
Black with #1587DC
Text Example
Text Example
White with #1587DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1587DC; }
p { color: rgb(21,135,220); }
H1.HeaderClassName
{
color: #1587DC;
}
.AnyTagClassName
{
color: #1587DC;
}
</style>
background-color css
<style>
a { background-color: #1587DC; }
a { background-color: rgb(21,135,220); }
div.DivClassName
{
background-color: #1587DC;
}
.BgClassName
{
background-color: #1587DC;
}
</style>
border-color css
<style>
span { border-color: #1587DC; }
span { border-color: rgb(21,135,220); }
td.TdClassName
{
border-color: #1587DC;
}
.TagClassName
{
border-color: #1587DC;
}
</style>