Shades of Dodger Blue #1666FC
Tints of Dodger Blue #1666FC
RGB
CMYK
RGB Variations
Color information
#1666FC (or 0x1666FC) is known color: Dodger Blue. HEX triplet: 16, 66 and FC. RGB value is (22,102,252). Sum of RGB (Red+Green+Blue) = 22+102+252=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #1666FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1666FC is #E99903. Grayscale: #5E5E5E. Windows color (decimal): -15309060 or 16541206. OLE color: 16541206.
HSL color Cylindrical-coordinate representation of color #1666FC: hue angle of 219.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1666FC is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 102 | 252 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.01 |
| HSL | 219.13º | 0.97% | 0.54% | - |
| HSV(B) | 219.13º | 0.91% | 0.99% | - |
| XYZ | 22.65 | 16.7 | 94.13 | - |
| YUV | 95.18 | 216.5 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 252 | 0.91 | 0.60 | 0 | 0.01 | 219.13 | 0.97 | 0.54 |
| Hex | 16 | 66 | FC | 5B | 3C | 0 | 1 | DB | 61 | 36 |
| Octal | 26 | 146 | 374 | 133 | 74 | 0 | 1 | 333 | 141 | 66 |
| Binary | 10110 | 1100110 | 11111100 | 1011011 | 111100 | 0 | 1 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1666FC
Complementary color
Monochromatic Colors of #1666FC
Black with #1666FC
Text Example
Text Example
White with #1666FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666FC; }
p { color: rgb(22,102,252); }
H1.HeaderClassName
{
color: #1666FC;
}
.AnyTagClassName
{
color: #1666FC;
}
</style>
background-color css
<style>
a { background-color: #1666FC; }
a { background-color: rgb(22,102,252); }
div.DivClassName
{
background-color: #1666FC;
}
.BgClassName
{
background-color: #1666FC;
}
</style>
border-color css
<style>
span { border-color: #1666FC; }
span { border-color: rgb(22,102,252); }
td.TdClassName
{
border-color: #1666FC;
}
.TagClassName
{
border-color: #1666FC;
}
</style>