Shades of Dodger Blue #1560FF
Tints of Dodger Blue #1560FF
RGB
CMYK
RGB Variations
Color information
#1560FF (or 0x1560FF) is known color: Dodger Blue. HEX triplet: 15, 60 and FF. RGB value is (21,96,255). Sum of RGB (Red+Green+Blue) = 21+96+255=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1560FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560FF is #EA9F00. Grayscale: #5A5A5A. Windows color (decimal): -15376129 or 16736277. OLE color: 16736277.
HSL color Cylindrical-coordinate representation of color #1560FF: hue angle of 220.77º 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 #1560FF is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 96 | 255 | - |
| CMYK | 0.92 | 0.62 | 0 | 0 |
| HSL | 220.77º | 1% | 0.54% | - |
| HSV(B) | 220.77º | 0.92% | 1% | - |
| XYZ | 22.54 | 15.75 | 96.46 | - |
| YUV | 91.7 | 220.15 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 255 | 0.92 | 0.62 | 0 | 0 | 220.77 | 1 | 0.54 |
| Hex | 15 | 60 | FF | 5C | 3E | 0 | 0 | DD | 64 | 36 |
| Octal | 25 | 140 | 377 | 134 | 76 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10101 | 1100000 | 11111111 | 1011100 | 111110 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #1560FF
Complementary color
Monochromatic Colors of #1560FF
Black with #1560FF
Text Example
Text Example
White with #1560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560FF; }
p { color: rgb(21,96,255); }
H1.HeaderClassName
{
color: #1560FF;
}
.AnyTagClassName
{
color: #1560FF;
}
</style>
background-color css
<style>
a { background-color: #1560FF; }
a { background-color: rgb(21,96,255); }
div.DivClassName
{
background-color: #1560FF;
}
.BgClassName
{
background-color: #1560FF;
}
</style>
border-color css
<style>
span { border-color: #1560FF; }
span { border-color: rgb(21,96,255); }
td.TdClassName
{
border-color: #1560FF;
}
.TagClassName
{
border-color: #1560FF;
}
</style>