Shades of Dodger Blue #1987D7
Tints of Dodger Blue #1987D7
RGB
CMYK
RGB Variations
Color information
#1987D7 (or 0x1987D7) is known color: Dodger Blue. HEX triplet: 19, 87 and D7. RGB value is (25,135,215). Sum of RGB (Red+Green+Blue) = 25+135+215=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #1987D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987D7 is #E67828. Grayscale: #6E6E6E. Windows color (decimal): -15104041 or 14124825. OLE color: 14124825.
HSL color Cylindrical-coordinate representation of color #1987D7: hue angle of 205.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1987D7 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 135 | 215 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.16 |
| HSL | 205.26º | 0.79% | 0.47% | - |
| HSV(B) | 205.26º | 0.88% | 0.84% | - |
| XYZ | 21.33 | 22.44 | 67.5 | - |
| YUV | 111.23 | 186.56 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 215 | 0.88 | 0.37 | 0 | 0.16 | 205.26 | 0.79 | 0.47 |
| Hex | 19 | 87 | D7 | 58 | 25 | 0 | 10 | CD | 4F | 2F |
| Octal | 31 | 207 | 327 | 130 | 45 | 0 | 20 | 315 | 117 | 57 |
| Binary | 11001 | 10000111 | 11010111 | 1011000 | 100101 | 0 | 10000 | 11001101 | 1001111 | 101111 |
Color Harmonies of #1987D7
Complementary color
Monochromatic Colors of #1987D7
Black with #1987D7
Text Example
Text Example
White with #1987D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987D7; }
p { color: rgb(25,135,215); }
H1.HeaderClassName
{
color: #1987D7;
}
.AnyTagClassName
{
color: #1987D7;
}
</style>
background-color css
<style>
a { background-color: #1987D7; }
a { background-color: rgb(25,135,215); }
div.DivClassName
{
background-color: #1987D7;
}
.BgClassName
{
background-color: #1987D7;
}
</style>
border-color css
<style>
span { border-color: #1987D7; }
span { border-color: rgb(25,135,215); }
td.TdClassName
{
border-color: #1987D7;
}
.TagClassName
{
border-color: #1987D7;
}
</style>