Shades of Dodger Blue #1664FE
Tints of Dodger Blue #1664FE
RGB
CMYK
RGB Variations
Color information
#1664FE (or 0x1664FE) is known color: Dodger Blue. HEX triplet: 16, 64 and FE. RGB value is (22,100,254). Sum of RGB (Red+Green+Blue) = 22+100+254=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #1664FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1664FE is #E99B01. Grayscale: #5D5D5D. Windows color (decimal): -15309570 or 16671766. OLE color: 16671766.
HSL color Cylindrical-coordinate representation of color #1664FE: hue angle of 219.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1664FE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 100 | 254 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.00 |
| HSL | 219.83º | 0.99% | 0.54% | - |
| HSV(B) | 219.83º | 0.91% | 1% | - |
| XYZ | 22.78 | 16.44 | 95.74 | - |
| YUV | 94.23 | 218.16 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 254 | 0.91 | 0.61 | 0 | 0.00 | 219.83 | 0.99 | 0.54 |
| Hex | 16 | 64 | FE | 5B | 3D | 0 | 0 | DC | 63 | 36 |
| Octal | 26 | 144 | 376 | 133 | 75 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10110 | 1100100 | 11111110 | 1011011 | 111101 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1664FE
Complementary color
Monochromatic Colors of #1664FE
Black with #1664FE
Text Example
Text Example
White with #1664FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1664FE; }
p { color: rgb(22,100,254); }
H1.HeaderClassName
{
color: #1664FE;
}
.AnyTagClassName
{
color: #1664FE;
}
</style>
background-color css
<style>
a { background-color: #1664FE; }
a { background-color: rgb(22,100,254); }
div.DivClassName
{
background-color: #1664FE;
}
.BgClassName
{
background-color: #1664FE;
}
</style>
border-color css
<style>
span { border-color: #1664FE; }
span { border-color: rgb(22,100,254); }
td.TdClassName
{
border-color: #1664FE;
}
.TagClassName
{
border-color: #1664FE;
}
</style>