Shades of Dodger Blue #1566FB
Tints of Dodger Blue #1566FB
RGB
CMYK
RGB Variations
Color information
#1566FB (or 0x1566FB) is known color: Dodger Blue. HEX triplet: 15, 66 and FB. RGB value is (21,102,251). Sum of RGB (Red+Green+Blue) = 21+102+251=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #1566FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566FB is #EA9904. Grayscale: #5E5E5E. Windows color (decimal): -15374597 or 16475669. OLE color: 16475669.
HSL color Cylindrical-coordinate representation of color #1566FB: hue angle of 218.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1566FB is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 102 | 251 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.02 |
| HSL | 218.87º | 0.97% | 0.53% | - |
| HSV(B) | 218.87º | 0.92% | 0.98% | - |
| XYZ | 22.47 | 16.63 | 93.29 | - |
| YUV | 94.77 | 216.16 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 251 | 0.92 | 0.59 | 0 | 0.02 | 218.87 | 0.97 | 0.53 |
| Hex | 15 | 66 | FB | 5C | 3B | 0 | 2 | DB | 61 | 35 |
| Octal | 25 | 146 | 373 | 134 | 73 | 0 | 2 | 333 | 141 | 65 |
| Binary | 10101 | 1100110 | 11111011 | 1011100 | 111011 | 0 | 10 | 11011011 | 1100001 | 110101 |
Color Harmonies of #1566FB
Complementary color
Monochromatic Colors of #1566FB
Black with #1566FB
Text Example
Text Example
White with #1566FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566FB; }
p { color: rgb(21,102,251); }
H1.HeaderClassName
{
color: #1566FB;
}
.AnyTagClassName
{
color: #1566FB;
}
</style>
background-color css
<style>
a { background-color: #1566FB; }
a { background-color: rgb(21,102,251); }
div.DivClassName
{
background-color: #1566FB;
}
.BgClassName
{
background-color: #1566FB;
}
</style>
border-color css
<style>
span { border-color: #1566FB; }
span { border-color: rgb(21,102,251); }
td.TdClassName
{
border-color: #1566FB;
}
.TagClassName
{
border-color: #1566FB;
}
</style>