Shades of Dodger Blue #1586DF
Tints of Dodger Blue #1586DF
RGB
CMYK
RGB Variations
Color information
#1586DF (or 0x1586DF) is known color: Dodger Blue. HEX triplet: 15, 86 and DF. RGB value is (21,134,223). Sum of RGB (Red+Green+Blue) = 21+134+223=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #1586DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586DF is #EA7920. Grayscale: #6D6D6D. Windows color (decimal): -15366433 or 14648853. OLE color: 14648853.
HSL color Cylindrical-coordinate representation of color #1586DF: hue angle of 206.44º 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 #1586DF is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 134 | 223 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.13 |
| HSL | 206.44º | 0.83% | 0.48% | - |
| HSV(B) | 206.44º | 0.91% | 0.87% | - |
| XYZ | 22.15 | 22.54 | 72.99 | - |
| YUV | 110.36 | 191.56 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 223 | 0.91 | 0.40 | 0 | 0.13 | 206.44 | 0.83 | 0.48 |
| Hex | 15 | 86 | DF | 5B | 28 | 0 | D | CE | 53 | 30 |
| Octal | 25 | 206 | 337 | 133 | 50 | 0 | 15 | 316 | 123 | 60 |
| Binary | 10101 | 10000110 | 11011111 | 1011011 | 101000 | 0 | 1101 | 11001110 | 1010011 | 110000 |
Color Harmonies of #1586DF
Complementary color
Monochromatic Colors of #1586DF
Black with #1586DF
Text Example
Text Example
White with #1586DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586DF; }
p { color: rgb(21,134,223); }
H1.HeaderClassName
{
color: #1586DF;
}
.AnyTagClassName
{
color: #1586DF;
}
</style>
background-color css
<style>
a { background-color: #1586DF; }
a { background-color: rgb(21,134,223); }
div.DivClassName
{
background-color: #1586DF;
}
.BgClassName
{
background-color: #1586DF;
}
</style>
border-color css
<style>
span { border-color: #1586DF; }
span { border-color: rgb(21,134,223); }
td.TdClassName
{
border-color: #1586DF;
}
.TagClassName
{
border-color: #1586DF;
}
</style>