Shades of Dodger Blue #1564FE
Tints of Dodger Blue #1564FE
RGB
CMYK
RGB Variations
Color information
#1564FE (or 0x1564FE) is known color: Dodger Blue. HEX triplet: 15, 64 and FE. RGB value is (21,100,254). Sum of RGB (Red+Green+Blue) = 21+100+254=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #1564FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1564FE is #EA9B01. Grayscale: #5D5D5D. Windows color (decimal): -15375106 or 16671765. OLE color: 16671765.
HSL color Cylindrical-coordinate representation of color #1564FE: hue angle of 219.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1564FE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 100 | 254 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.00 |
| HSL | 219.66º | 0.99% | 0.54% | - |
| HSV(B) | 219.66º | 0.92% | 1% | - |
| XYZ | 22.76 | 16.43 | 95.74 | - |
| YUV | 93.94 | 218.33 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 254 | 0.92 | 0.61 | 0 | 0.00 | 219.66 | 0.99 | 0.54 |
| Hex | 15 | 64 | FE | 5C | 3D | 0 | 0 | DC | 63 | 36 |
| Octal | 25 | 144 | 376 | 134 | 75 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10101 | 1100100 | 11111110 | 1011100 | 111101 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1564FE
Complementary color
Monochromatic Colors of #1564FE
Black with #1564FE
Text Example
Text Example
White with #1564FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564FE; }
p { color: rgb(21,100,254); }
H1.HeaderClassName
{
color: #1564FE;
}
.AnyTagClassName
{
color: #1564FE;
}
</style>
background-color css
<style>
a { background-color: #1564FE; }
a { background-color: rgb(21,100,254); }
div.DivClassName
{
background-color: #1564FE;
}
.BgClassName
{
background-color: #1564FE;
}
</style>
border-color css
<style>
span { border-color: #1564FE; }
span { border-color: rgb(21,100,254); }
td.TdClassName
{
border-color: #1564FE;
}
.TagClassName
{
border-color: #1564FE;
}
</style>