Shades of Dodger Blue #1586DE
Tints of Dodger Blue #1586DE
RGB
CMYK
RGB Variations
Color information
#1586DE (or 0x1586DE) is known color: Dodger Blue. HEX triplet: 15, 86 and DE. RGB value is (21,134,222). Sum of RGB (Red+Green+Blue) = 21+134+222=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #1586DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586DE is #EA7921. Grayscale: #6D6D6D. Windows color (decimal): -15366434 or 14583317. OLE color: 14583317.
HSL color Cylindrical-coordinate representation of color #1586DE: hue angle of 206.27º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1586DE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 134 | 222 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.13 |
| HSL | 206.27º | 0.83% | 0.48% | - |
| HSV(B) | 206.27º | 0.91% | 0.87% | - |
| XYZ | 22.02 | 22.48 | 72.29 | - |
| YUV | 110.25 | 191.06 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 222 | 0.91 | 0.40 | 0 | 0.13 | 206.27 | 0.83 | 0.48 |
| Hex | 15 | 86 | DE | 5B | 28 | 0 | D | CE | 53 | 30 |
| Octal | 25 | 206 | 336 | 133 | 50 | 0 | 15 | 316 | 123 | 60 |
| Binary | 10101 | 10000110 | 11011110 | 1011011 | 101000 | 0 | 1101 | 11001110 | 1010011 | 110000 |
Color Harmonies of #1586DE
Complementary color
Monochromatic Colors of #1586DE
Black with #1586DE
Text Example
Text Example
White with #1586DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586DE; }
p { color: rgb(21,134,222); }
H1.HeaderClassName
{
color: #1586DE;
}
.AnyTagClassName
{
color: #1586DE;
}
</style>
background-color css
<style>
a { background-color: #1586DE; }
a { background-color: rgb(21,134,222); }
div.DivClassName
{
background-color: #1586DE;
}
.BgClassName
{
background-color: #1586DE;
}
</style>
border-color css
<style>
span { border-color: #1586DE; }
span { border-color: rgb(21,134,222); }
td.TdClassName
{
border-color: #1586DE;
}
.TagClassName
{
border-color: #1586DE;
}
</style>