Shades of Dodger Blue #1564FF
Tints of Dodger Blue #1564FF
RGB
CMYK
RGB Variations
Color information
#1564FF (or 0x1564FF) is known color: Dodger Blue. HEX triplet: 15, 64 and FF. RGB value is (21,100,255). Sum of RGB (Red+Green+Blue) = 21+100+255=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1564FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1564FF is #EA9B00. Grayscale: #5D5D5D. Windows color (decimal): -15375105 or 16737301. OLE color: 16737301.
HSL color Cylindrical-coordinate representation of color #1564FF: hue angle of 219.74º 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 #1564FF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 100 | 255 | - |
| CMYK | 0.92 | 0.61 | 0 | 0 |
| HSL | 219.74º | 1% | 0.54% | - |
| HSV(B) | 219.74º | 0.92% | 1% | - |
| XYZ | 22.92 | 16.49 | 96.58 | - |
| YUV | 94.05 | 218.83 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 255 | 0.92 | 0.61 | 0 | 0 | 219.74 | 1 | 0.54 |
| Hex | 15 | 64 | FF | 5C | 3D | 0 | 0 | DC | 64 | 36 |
| Octal | 25 | 144 | 377 | 134 | 75 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10101 | 1100100 | 11111111 | 1011100 | 111101 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1564FF
Complementary color
Monochromatic Colors of #1564FF
Black with #1564FF
Text Example
Text Example
White with #1564FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564FF; }
p { color: rgb(21,100,255); }
H1.HeaderClassName
{
color: #1564FF;
}
.AnyTagClassName
{
color: #1564FF;
}
</style>
background-color css
<style>
a { background-color: #1564FF; }
a { background-color: rgb(21,100,255); }
div.DivClassName
{
background-color: #1564FF;
}
.BgClassName
{
background-color: #1564FF;
}
</style>
border-color css
<style>
span { border-color: #1564FF; }
span { border-color: rgb(21,100,255); }
td.TdClassName
{
border-color: #1564FF;
}
.TagClassName
{
border-color: #1564FF;
}
</style>