Shades of Dodger Blue #1587DA
Tints of Dodger Blue #1587DA
RGB
CMYK
RGB Variations
Color information
#1587DA (or 0x1587DA) is known color: Dodger Blue. HEX triplet: 15, 87 and DA. RGB value is (21,135,218). Sum of RGB (Red+Green+Blue) = 21+135+218=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #1587DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587DA is #EA7825. Grayscale: #6D6D6D. Windows color (decimal): -15366182 or 14321429. OLE color: 14321429.
HSL color Cylindrical-coordinate representation of color #1587DA: hue angle of 205.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1587DA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 135 | 218 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.15 |
| HSL | 205.28º | 0.82% | 0.47% | - |
| HSV(B) | 205.28º | 0.9% | 0.85% | - |
| XYZ | 21.63 | 22.55 | 69.54 | - |
| YUV | 110.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 218 | 0.90 | 0.38 | 0 | 0.15 | 205.28 | 0.82 | 0.47 |
| Hex | 15 | 87 | DA | 5A | 26 | 0 | F | CD | 52 | 2F |
| Octal | 25 | 207 | 332 | 132 | 46 | 0 | 17 | 315 | 122 | 57 |
| Binary | 10101 | 10000111 | 11011010 | 1011010 | 100110 | 0 | 1111 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1587DA
Complementary color
Monochromatic Colors of #1587DA
Black with #1587DA
Text Example
Text Example
White with #1587DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1587DA; }
p { color: rgb(21,135,218); }
H1.HeaderClassName
{
color: #1587DA;
}
.AnyTagClassName
{
color: #1587DA;
}
</style>
background-color css
<style>
a { background-color: #1587DA; }
a { background-color: rgb(21,135,218); }
div.DivClassName
{
background-color: #1587DA;
}
.BgClassName
{
background-color: #1587DA;
}
</style>
border-color css
<style>
span { border-color: #1587DA; }
span { border-color: rgb(21,135,218); }
td.TdClassName
{
border-color: #1587DA;
}
.TagClassName
{
border-color: #1587DA;
}
</style>