Shades of Dodger Blue #1662FF
Tints of Dodger Blue #1662FF
RGB
CMYK
RGB Variations
Color information
#1662FF (or 0x1662FF) is known color: Dodger Blue. HEX triplet: 16, 62 and FF. RGB value is (22,98,255). Sum of RGB (Red+Green+Blue) = 22+98+255=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1662FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1662FF is #E99D00. Grayscale: #5C5C5C. Windows color (decimal): -15310081 or 16736790. OLE color: 16736790.
HSL color Cylindrical-coordinate representation of color #1662FF: hue angle of 220.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1662FF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 98 | 255 | - |
| CMYK | 0.91 | 0.62 | 0 | 0 |
| HSL | 220.43º | 1% | 0.54% | - |
| HSV(B) | 220.43º | 0.91% | 1% | - |
| XYZ | 22.75 | 16.13 | 96.52 | - |
| YUV | 93.17 | 219.32 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 255 | 0.91 | 0.62 | 0 | 0 | 220.43 | 1 | 0.54 |
| Hex | 16 | 62 | FF | 5B | 3E | 0 | 0 | DC | 64 | 36 |
| Octal | 26 | 142 | 377 | 133 | 76 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10110 | 1100010 | 11111111 | 1011011 | 111110 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1662FF
Complementary color
Monochromatic Colors of #1662FF
Black with #1662FF
Text Example
Text Example
White with #1662FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1662FF; }
p { color: rgb(22,98,255); }
H1.HeaderClassName
{
color: #1662FF;
}
.AnyTagClassName
{
color: #1662FF;
}
</style>
background-color css
<style>
a { background-color: #1662FF; }
a { background-color: rgb(22,98,255); }
div.DivClassName
{
background-color: #1662FF;
}
.BgClassName
{
background-color: #1662FF;
}
</style>
border-color css
<style>
span { border-color: #1662FF; }
span { border-color: rgb(22,98,255); }
td.TdClassName
{
border-color: #1662FF;
}
.TagClassName
{
border-color: #1662FF;
}
</style>