Shades of Dodger Blue #1986DC
Tints of Dodger Blue #1986DC
RGB
CMYK
RGB Variations
Color information
#1986DC (or 0x1986DC) is known color: Dodger Blue. HEX triplet: 19, 86 and DC. RGB value is (25,134,220). Sum of RGB (Red+Green+Blue) = 25+134+220=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #1986DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986DC is #E67923. Grayscale: #6E6E6E. Windows color (decimal): -15104292 or 14452249. OLE color: 14452249.
HSL color Cylindrical-coordinate representation of color #1986DC: hue angle of 206.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1986DC is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 134 | 220 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.14 |
| HSL | 206.46º | 0.8% | 0.48% | - |
| HSV(B) | 206.46º | 0.89% | 0.86% | - |
| XYZ | 21.84 | 22.42 | 70.89 | - |
| YUV | 111.21 | 189.39 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 220 | 0.89 | 0.39 | 0 | 0.14 | 206.46 | 0.8 | 0.48 |
| Hex | 19 | 86 | DC | 59 | 27 | 0 | E | CE | 50 | 30 |
| Octal | 31 | 206 | 334 | 131 | 47 | 0 | 16 | 316 | 120 | 60 |
| Binary | 11001 | 10000110 | 11011100 | 1011001 | 100111 | 0 | 1110 | 11001110 | 1010000 | 110000 |
Color Harmonies of #1986DC
Complementary color
Monochromatic Colors of #1986DC
Black with #1986DC
Text Example
Text Example
White with #1986DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986DC; }
p { color: rgb(25,134,220); }
H1.HeaderClassName
{
color: #1986DC;
}
.AnyTagClassName
{
color: #1986DC;
}
</style>
background-color css
<style>
a { background-color: #1986DC; }
a { background-color: rgb(25,134,220); }
div.DivClassName
{
background-color: #1986DC;
}
.BgClassName
{
background-color: #1986DC;
}
</style>
border-color css
<style>
span { border-color: #1986DC; }
span { border-color: rgb(25,134,220); }
td.TdClassName
{
border-color: #1986DC;
}
.TagClassName
{
border-color: #1986DC;
}
</style>