Shades of Dodger Blue #1586FF
Tints of Dodger Blue #1586FF
RGB
CMYK
RGB Variations
Color information
#1586FF (or 0x1586FF) is known color: Dodger Blue. HEX triplet: 15, 86 and FF. RGB value is (21,134,255). Sum of RGB (Red+Green+Blue) = 21+134+255=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1586FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1586FF is #EA7900. Grayscale: #717171. Windows color (decimal): -15366401 or 16746005. OLE color: 16746005.
HSL color Cylindrical-coordinate representation of color #1586FF: hue angle of 211.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1586FF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 134 | 255 | - |
| CMYK | 0.92 | 0.47 | 0 | 0 |
| HSL | 211.03º | 1% | 0.54% | - |
| HSV(B) | 211.03º | 0.92% | 1% | - |
| XYZ | 26.88 | 24.43 | 97.91 | - |
| YUV | 114.01 | 207.56 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 255 | 0.92 | 0.47 | 0 | 0 | 211.03 | 1 | 0.54 |
| Hex | 15 | 86 | FF | 5C | 2F | 0 | 0 | D3 | 64 | 36 |
| Octal | 25 | 206 | 377 | 134 | 57 | 0 | 0 | 323 | 144 | 66 |
| Binary | 10101 | 10000110 | 11111111 | 1011100 | 101111 | 0 | 0 | 11010011 | 1100100 | 110110 |
Color Harmonies of #1586FF
Complementary color
Monochromatic Colors of #1586FF
Black with #1586FF
Text Example
Text Example
White with #1586FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586FF; }
p { color: rgb(21,134,255); }
H1.HeaderClassName
{
color: #1586FF;
}
.AnyTagClassName
{
color: #1586FF;
}
</style>
background-color css
<style>
a { background-color: #1586FF; }
a { background-color: rgb(21,134,255); }
div.DivClassName
{
background-color: #1586FF;
}
.BgClassName
{
background-color: #1586FF;
}
</style>
border-color css
<style>
span { border-color: #1586FF; }
span { border-color: rgb(21,134,255); }
td.TdClassName
{
border-color: #1586FF;
}
.TagClassName
{
border-color: #1586FF;
}
</style>