Shades of Dodger Blue #1986EE
Tints of Dodger Blue #1986EE
RGB
CMYK
RGB Variations
Color information
#1986EE (or 0x1986EE) is known color: Dodger Blue. HEX triplet: 19, 86 and EE. RGB value is (25,134,238). Sum of RGB (Red+Green+Blue) = 25+134+238=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #1986EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1986EE is #E67911. Grayscale: #707070. Windows color (decimal): -15104274 or 15631897. OLE color: 15631897.
HSL color Cylindrical-coordinate representation of color #1986EE: hue angle of 209.3º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1986EE is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 134 | 238 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.07 |
| HSL | 209.3º | 0.86% | 0.52% | - |
| HSV(B) | 209.3º | 0.89% | 0.93% | - |
| XYZ | 24.36 | 23.43 | 84.13 | - |
| YUV | 113.27 | 198.39 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 238 | 0.89 | 0.44 | 0 | 0.07 | 209.3 | 0.86 | 0.52 |
| Hex | 19 | 86 | EE | 59 | 2C | 0 | 7 | D1 | 56 | 34 |
| Octal | 31 | 206 | 356 | 131 | 54 | 0 | 7 | 321 | 126 | 64 |
| Binary | 11001 | 10000110 | 11101110 | 1011001 | 101100 | 0 | 111 | 11010001 | 1010110 | 110100 |
Color Harmonies of #1986EE
Complementary color
Monochromatic Colors of #1986EE
Black with #1986EE
Text Example
Text Example
White with #1986EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986EE; }
p { color: rgb(25,134,238); }
H1.HeaderClassName
{
color: #1986EE;
}
.AnyTagClassName
{
color: #1986EE;
}
</style>
background-color css
<style>
a { background-color: #1986EE; }
a { background-color: rgb(25,134,238); }
div.DivClassName
{
background-color: #1986EE;
}
.BgClassName
{
background-color: #1986EE;
}
</style>
border-color css
<style>
span { border-color: #1986EE; }
span { border-color: rgb(25,134,238); }
td.TdClassName
{
border-color: #1986EE;
}
.TagClassName
{
border-color: #1986EE;
}
</style>