Shades of Dodger Blue #1586FC
Tints of Dodger Blue #1586FC
RGB
CMYK
RGB Variations
Color information
#1586FC (or 0x1586FC) is known color: Dodger Blue. HEX triplet: 15, 86 and FC. RGB value is (21,134,252). Sum of RGB (Red+Green+Blue) = 21+134+252=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #1586FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1586FC is #EA7903. Grayscale: #717171. Windows color (decimal): -15366404 or 16549397. OLE color: 16549397.
HSL color Cylindrical-coordinate representation of color #1586FC: hue angle of 210.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1586FC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 134 | 252 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.01 |
| HSL | 210.65º | 0.97% | 0.54% | - |
| HSV(B) | 210.65º | 0.92% | 0.99% | - |
| XYZ | 26.41 | 24.24 | 95.38 | - |
| YUV | 113.67 | 206.06 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 252 | 0.92 | 0.47 | 0 | 0.01 | 210.65 | 0.97 | 0.54 |
| Hex | 15 | 86 | FC | 5C | 2F | 0 | 1 | D3 | 61 | 36 |
| Octal | 25 | 206 | 374 | 134 | 57 | 0 | 1 | 323 | 141 | 66 |
| Binary | 10101 | 10000110 | 11111100 | 1011100 | 101111 | 0 | 1 | 11010011 | 1100001 | 110110 |
Color Harmonies of #1586FC
Complementary color
Monochromatic Colors of #1586FC
Black with #1586FC
Text Example
Text Example
White with #1586FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586FC; }
p { color: rgb(21,134,252); }
H1.HeaderClassName
{
color: #1586FC;
}
.AnyTagClassName
{
color: #1586FC;
}
</style>
background-color css
<style>
a { background-color: #1586FC; }
a { background-color: rgb(21,134,252); }
div.DivClassName
{
background-color: #1586FC;
}
.BgClassName
{
background-color: #1586FC;
}
</style>
border-color css
<style>
span { border-color: #1586FC; }
span { border-color: rgb(21,134,252); }
td.TdClassName
{
border-color: #1586FC;
}
.TagClassName
{
border-color: #1586FC;
}
</style>