Shades of Dodger Blue #1566FC
Tints of Dodger Blue #1566FC
RGB
CMYK
RGB Variations
Color information
#1566FC (or 0x1566FC) is known color: Dodger Blue. HEX triplet: 15, 66 and FC. RGB value is (21,102,252). Sum of RGB (Red+Green+Blue) = 21+102+252=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #1566FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566FC is #EA9903. Grayscale: #5E5E5E. Windows color (decimal): -15374596 or 16541205. OLE color: 16541205.
HSL color Cylindrical-coordinate representation of color #1566FC: hue angle of 218.96º degrees, saturation: 0.97, 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 #1566FC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 102 | 252 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.01 |
| HSL | 218.96º | 0.97% | 0.54% | - |
| HSV(B) | 218.96º | 0.92% | 0.99% | - |
| XYZ | 22.63 | 16.69 | 94.12 | - |
| YUV | 94.88 | 216.66 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 252 | 0.92 | 0.60 | 0 | 0.01 | 218.96 | 0.97 | 0.54 |
| Hex | 15 | 66 | FC | 5C | 3C | 0 | 1 | DB | 61 | 36 |
| Octal | 25 | 146 | 374 | 134 | 74 | 0 | 1 | 333 | 141 | 66 |
| Binary | 10101 | 1100110 | 11111100 | 1011100 | 111100 | 0 | 1 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1566FC
Complementary color
Monochromatic Colors of #1566FC
Black with #1566FC
Text Example
Text Example
White with #1566FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566FC; }
p { color: rgb(21,102,252); }
H1.HeaderClassName
{
color: #1566FC;
}
.AnyTagClassName
{
color: #1566FC;
}
</style>
background-color css
<style>
a { background-color: #1566FC; }
a { background-color: rgb(21,102,252); }
div.DivClassName
{
background-color: #1566FC;
}
.BgClassName
{
background-color: #1566FC;
}
</style>
border-color css
<style>
span { border-color: #1566FC; }
span { border-color: rgb(21,102,252); }
td.TdClassName
{
border-color: #1566FC;
}
.TagClassName
{
border-color: #1566FC;
}
</style>