Shades of Dodger Blue #1987DA
Tints of Dodger Blue #1987DA
RGB
CMYK
RGB Variations
Color information
#1987DA (or 0x1987DA) is known color: Dodger Blue. HEX triplet: 19, 87 and DA. RGB value is (25,135,218). Sum of RGB (Red+Green+Blue) = 25+135+218=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #1987DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987DA is #E67825. Grayscale: #6F6F6F. Windows color (decimal): -15104038 or 14321433. OLE color: 14321433.
HSL color Cylindrical-coordinate representation of color #1987DA: hue angle of 205.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1987DA is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 135 | 218 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.15 |
| HSL | 205.8º | 0.79% | 0.48% | - |
| HSV(B) | 205.8º | 0.89% | 0.85% | - |
| XYZ | 21.72 | 22.6 | 69.55 | - |
| YUV | 111.57 | 188.06 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 218 | 0.89 | 0.38 | 0 | 0.15 | 205.8 | 0.79 | 0.48 |
| Hex | 19 | 87 | DA | 59 | 26 | 0 | F | CE | 4F | 30 |
| Octal | 31 | 207 | 332 | 131 | 46 | 0 | 17 | 316 | 117 | 60 |
| Binary | 11001 | 10000111 | 11011010 | 1011001 | 100110 | 0 | 1111 | 11001110 | 1001111 | 110000 |
Color Harmonies of #1987DA
Complementary color
Monochromatic Colors of #1987DA
Black with #1987DA
Text Example
Text Example
White with #1987DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987DA; }
p { color: rgb(25,135,218); }
H1.HeaderClassName
{
color: #1987DA;
}
.AnyTagClassName
{
color: #1987DA;
}
</style>
background-color css
<style>
a { background-color: #1987DA; }
a { background-color: rgb(25,135,218); }
div.DivClassName
{
background-color: #1987DA;
}
.BgClassName
{
background-color: #1987DA;
}
</style>
border-color css
<style>
span { border-color: #1987DA; }
span { border-color: rgb(25,135,218); }
td.TdClassName
{
border-color: #1987DA;
}
.TagClassName
{
border-color: #1987DA;
}
</style>