Shades of Dodger Blue #1987DE
Tints of Dodger Blue #1987DE
RGB
CMYK
RGB Variations
Color information
#1987DE (or 0x1987DE) is known color: Dodger Blue. HEX triplet: 19, 87 and DE. RGB value is (25,135,222). Sum of RGB (Red+Green+Blue) = 25+135+222=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #1987DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987DE is #E67821. Grayscale: #6F6F6F. Windows color (decimal): -15104034 or 14583577. OLE color: 14583577.
HSL color Cylindrical-coordinate representation of color #1987DE: hue angle of 206.5º 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 #1987DE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 135 | 222 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.13 |
| HSL | 206.5º | 0.8% | 0.48% | - |
| HSV(B) | 206.5º | 0.89% | 0.87% | - |
| XYZ | 22.25 | 22.81 | 72.34 | - |
| YUV | 112.03 | 190.06 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 222 | 0.89 | 0.39 | 0 | 0.13 | 206.5 | 0.8 | 0.48 |
| Hex | 19 | 87 | DE | 59 | 27 | 0 | D | CE | 50 | 30 |
| Octal | 31 | 207 | 336 | 131 | 47 | 0 | 15 | 316 | 120 | 60 |
| Binary | 11001 | 10000111 | 11011110 | 1011001 | 100111 | 0 | 1101 | 11001110 | 1010000 | 110000 |
Color Harmonies of #1987DE
Complementary color
Monochromatic Colors of #1987DE
Black with #1987DE
Text Example
Text Example
White with #1987DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987DE; }
p { color: rgb(25,135,222); }
H1.HeaderClassName
{
color: #1987DE;
}
.AnyTagClassName
{
color: #1987DE;
}
</style>
background-color css
<style>
a { background-color: #1987DE; }
a { background-color: rgb(25,135,222); }
div.DivClassName
{
background-color: #1987DE;
}
.BgClassName
{
background-color: #1987DE;
}
</style>
border-color css
<style>
span { border-color: #1987DE; }
span { border-color: rgb(25,135,222); }
td.TdClassName
{
border-color: #1987DE;
}
.TagClassName
{
border-color: #1987DE;
}
</style>