Shades of Dodger Blue #1986DF
Tints of Dodger Blue #1986DF
RGB
CMYK
RGB Variations
Color information
#1986DF (or 0x1986DF) is known color: Dodger Blue. HEX triplet: 19, 86 and DF. RGB value is (25,134,223). Sum of RGB (Red+Green+Blue) = 25+134+223=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #1986DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986DF is #E67920. Grayscale: #6F6F6F. Windows color (decimal): -15104289 or 14648857. OLE color: 14648857.
HSL color Cylindrical-coordinate representation of color #1986DF: hue angle of 206.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1986DF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 134 | 223 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.13 |
| HSL | 206.97º | 0.8% | 0.49% | - |
| HSV(B) | 206.97º | 0.89% | 0.87% | - |
| XYZ | 22.25 | 22.58 | 73 | - |
| YUV | 111.56 | 190.89 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 223 | 0.89 | 0.40 | 0 | 0.13 | 206.97 | 0.8 | 0.49 |
| Hex | 19 | 86 | DF | 59 | 28 | 0 | D | CF | 50 | 31 |
| Octal | 31 | 206 | 337 | 131 | 50 | 0 | 15 | 317 | 120 | 61 |
| Binary | 11001 | 10000110 | 11011111 | 1011001 | 101000 | 0 | 1101 | 11001111 | 1010000 | 110001 |
Color Harmonies of #1986DF
Complementary color
Monochromatic Colors of #1986DF
Black with #1986DF
Text Example
Text Example
White with #1986DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986DF; }
p { color: rgb(25,134,223); }
H1.HeaderClassName
{
color: #1986DF;
}
.AnyTagClassName
{
color: #1986DF;
}
</style>
background-color css
<style>
a { background-color: #1986DF; }
a { background-color: rgb(25,134,223); }
div.DivClassName
{
background-color: #1986DF;
}
.BgClassName
{
background-color: #1986DF;
}
</style>
border-color css
<style>
span { border-color: #1986DF; }
span { border-color: rgb(25,134,223); }
td.TdClassName
{
border-color: #1986DF;
}
.TagClassName
{
border-color: #1986DF;
}
</style>