Shades of Dodger Blue #1566FF
Tints of Dodger Blue #1566FF
RGB
CMYK
RGB Variations
Color information
#1566FF (or 0x1566FF) is known color: Dodger Blue. HEX triplet: 15, 66 and FF. RGB value is (21,102,255). Sum of RGB (Red+Green+Blue) = 21+102+255=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1566FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566FF is #EA9900. Grayscale: #5E5E5E. Windows color (decimal): -15374593 or 16737813. OLE color: 16737813.
HSL color Cylindrical-coordinate representation of color #1566FF: hue angle of 219.23º 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 #1566FF is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 102 | 255 | - |
| CMYK | 0.92 | 0.6 | 0 | 0 |
| HSL | 219.23º | 1% | 0.54% | - |
| HSV(B) | 219.23º | 0.92% | 1% | - |
| XYZ | 23.11 | 16.88 | 96.65 | - |
| YUV | 95.22 | 218.16 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 255 | 0.92 | 0.6 | 0 | 0 | 219.23 | 1 | 0.54 |
| Hex | 15 | 66 | FF | 5C | 3C | 0 | 0 | DB | 64 | 36 |
| Octal | 25 | 146 | 377 | 134 | 74 | 0 | 0 | 333 | 144 | 66 |
| Binary | 10101 | 1100110 | 11111111 | 1011100 | 111100 | 0 | 0 | 11011011 | 1100100 | 110110 |
Color Harmonies of #1566FF
Complementary color
Monochromatic Colors of #1566FF
Black with #1566FF
Text Example
Text Example
White with #1566FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566FF; }
p { color: rgb(21,102,255); }
H1.HeaderClassName
{
color: #1566FF;
}
.AnyTagClassName
{
color: #1566FF;
}
</style>
background-color css
<style>
a { background-color: #1566FF; }
a { background-color: rgb(21,102,255); }
div.DivClassName
{
background-color: #1566FF;
}
.BgClassName
{
background-color: #1566FF;
}
</style>
border-color css
<style>
span { border-color: #1566FF; }
span { border-color: rgb(21,102,255); }
td.TdClassName
{
border-color: #1566FF;
}
.TagClassName
{
border-color: #1566FF;
}
</style>