Shades of Dodger Blue #1586FD
Tints of Dodger Blue #1586FD
RGB
CMYK
RGB Variations
Color information
#1586FD (or 0x1586FD) is known color: Dodger Blue. HEX triplet: 15, 86 and FD. RGB value is (21,134,253). Sum of RGB (Red+Green+Blue) = 21+134+253=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #1586FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1586FD is #EA7902. Grayscale: #717171. Windows color (decimal): -15366403 or 16614933. OLE color: 16614933.
HSL color Cylindrical-coordinate representation of color #1586FD: hue angle of 210.78º degrees, saturation: 0.98, 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 #1586FD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 134 | 253 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.01 |
| HSL | 210.78º | 0.98% | 0.54% | - |
| HSV(B) | 210.78º | 0.92% | 0.99% | - |
| XYZ | 26.56 | 24.3 | 96.22 | - |
| YUV | 113.78 | 206.56 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 253 | 0.92 | 0.47 | 0 | 0.01 | 210.78 | 0.98 | 0.54 |
| Hex | 15 | 86 | FD | 5C | 2F | 0 | 1 | D3 | 62 | 36 |
| Octal | 25 | 206 | 375 | 134 | 57 | 0 | 1 | 323 | 142 | 66 |
| Binary | 10101 | 10000110 | 11111101 | 1011100 | 101111 | 0 | 1 | 11010011 | 1100010 | 110110 |
Color Harmonies of #1586FD
Complementary color
Monochromatic Colors of #1586FD
Black with #1586FD
Text Example
Text Example
White with #1586FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586FD; }
p { color: rgb(21,134,253); }
H1.HeaderClassName
{
color: #1586FD;
}
.AnyTagClassName
{
color: #1586FD;
}
</style>
background-color css
<style>
a { background-color: #1586FD; }
a { background-color: rgb(21,134,253); }
div.DivClassName
{
background-color: #1586FD;
}
.BgClassName
{
background-color: #1586FD;
}
</style>
border-color css
<style>
span { border-color: #1586FD; }
span { border-color: rgb(21,134,253); }
td.TdClassName
{
border-color: #1586FD;
}
.TagClassName
{
border-color: #1586FD;
}
</style>