Shades of Dodger Blue #1987DD
Tints of Dodger Blue #1987DD
RGB
CMYK
RGB Variations
Color information
#1987DD (or 0x1987DD) is known color: Dodger Blue. HEX triplet: 19, 87 and DD. RGB value is (25,135,221). Sum of RGB (Red+Green+Blue) = 25+135+221=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #1987DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987DD is #E67822. Grayscale: #6F6F6F. Windows color (decimal): -15104035 or 14518041. OLE color: 14518041.
HSL color Cylindrical-coordinate representation of color #1987DD: hue angle of 206.33º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1987DD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 135 | 221 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.13 |
| HSL | 206.33º | 0.8% | 0.48% | - |
| HSV(B) | 206.33º | 0.89% | 0.87% | - |
| XYZ | 22.12 | 22.76 | 71.63 | - |
| YUV | 111.91 | 189.56 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 221 | 0.89 | 0.39 | 0 | 0.13 | 206.33 | 0.8 | 0.48 |
| Hex | 19 | 87 | DD | 59 | 27 | 0 | D | CE | 50 | 30 |
| Octal | 31 | 207 | 335 | 131 | 47 | 0 | 15 | 316 | 120 | 60 |
| Binary | 11001 | 10000111 | 11011101 | 1011001 | 100111 | 0 | 1101 | 11001110 | 1010000 | 110000 |
Color Harmonies of #1987DD
Complementary color
Monochromatic Colors of #1987DD
Black with #1987DD
Text Example
Text Example
White with #1987DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987DD; }
p { color: rgb(25,135,221); }
H1.HeaderClassName
{
color: #1987DD;
}
.AnyTagClassName
{
color: #1987DD;
}
</style>
background-color css
<style>
a { background-color: #1987DD; }
a { background-color: rgb(25,135,221); }
div.DivClassName
{
background-color: #1987DD;
}
.BgClassName
{
background-color: #1987DD;
}
</style>
border-color css
<style>
span { border-color: #1987DD; }
span { border-color: rgb(25,135,221); }
td.TdClassName
{
border-color: #1987DD;
}
.TagClassName
{
border-color: #1987DD;
}
</style>