Shades of Dodger Blue #1566F5
Tints of Dodger Blue #1566F5
RGB
CMYK
RGB Variations
Color information
#1566F5 (or 0x1566F5) is known color: Dodger Blue. HEX triplet: 15, 66 and F5. RGB value is (21,102,245). Sum of RGB (Red+Green+Blue) = 21+102+245=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 245 (96.09% from 255 or 66.58% from 368); Max value from RGB is 245 - color contains mainly: blue. Hex color #1566F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566F5 is #EA990A. Grayscale: #5D5D5D. Windows color (decimal): -15374603 or 16082453. OLE color: 16082453.
HSL color Cylindrical-coordinate representation of color #1566F5: hue angle of 218.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1566F5 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 102 | 245 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.04 |
| HSL | 218.3º | 0.92% | 0.52% | - |
| HSV(B) | 218.3º | 0.91% | 0.96% | - |
| XYZ | 21.54 | 16.25 | 88.39 | - |
| YUV | 94.08 | 213.16 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 245 | 0.91 | 0.58 | 0 | 0.04 | 218.3 | 0.92 | 0.52 |
| Hex | 15 | 66 | F5 | 5B | 3A | 0 | 4 | DA | 5C | 34 |
| Octal | 25 | 146 | 365 | 133 | 72 | 0 | 4 | 332 | 134 | 64 |
| Binary | 10101 | 1100110 | 11110101 | 1011011 | 111010 | 0 | 100 | 11011010 | 1011100 | 110100 |
Color Harmonies of #1566F5
Complementary color
Monochromatic Colors of #1566F5
Black with #1566F5
Text Example
Text Example
White with #1566F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566F5; }
p { color: rgb(21,102,245); }
H1.HeaderClassName
{
color: #1566F5;
}
.AnyTagClassName
{
color: #1566F5;
}
</style>
background-color css
<style>
a { background-color: #1566F5; }
a { background-color: rgb(21,102,245); }
div.DivClassName
{
background-color: #1566F5;
}
.BgClassName
{
background-color: #1566F5;
}
</style>
border-color css
<style>
span { border-color: #1566F5; }
span { border-color: rgb(21,102,245); }
td.TdClassName
{
border-color: #1566F5;
}
.TagClassName
{
border-color: #1566F5;
}
</style>