Shades of Dodger Blue #1663FE
Tints of Dodger Blue #1663FE
RGB
CMYK
RGB Variations
Color information
#1663FE (or 0x1663FE) is known color: Dodger Blue. HEX triplet: 16, 63 and FE. RGB value is (22,99,254). Sum of RGB (Red+Green+Blue) = 22+99+254=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #1663FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1663FE is #E99C01. Grayscale: #5C5C5C. Windows color (decimal): -15309826 or 16671510. OLE color: 16671510.
HSL color Cylindrical-coordinate representation of color #1663FE: hue angle of 220.09º 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 #1663FE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 99 | 254 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.00 |
| HSL | 220.09º | 0.99% | 0.54% | - |
| HSV(B) | 220.09º | 0.91% | 1% | - |
| XYZ | 22.68 | 16.25 | 95.71 | - |
| YUV | 93.65 | 218.49 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 254 | 0.91 | 0.61 | 0 | 0.00 | 220.09 | 0.99 | 0.54 |
| Hex | 16 | 63 | FE | 5B | 3D | 0 | 0 | DC | 63 | 36 |
| Octal | 26 | 143 | 376 | 133 | 75 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10110 | 1100011 | 11111110 | 1011011 | 111101 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1663FE
Complementary color
Monochromatic Colors of #1663FE
Black with #1663FE
Text Example
Text Example
White with #1663FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663FE; }
p { color: rgb(22,99,254); }
H1.HeaderClassName
{
color: #1663FE;
}
.AnyTagClassName
{
color: #1663FE;
}
</style>
background-color css
<style>
a { background-color: #1663FE; }
a { background-color: rgb(22,99,254); }
div.DivClassName
{
background-color: #1663FE;
}
.BgClassName
{
background-color: #1663FE;
}
</style>
border-color css
<style>
span { border-color: #1663FE; }
span { border-color: rgb(22,99,254); }
td.TdClassName
{
border-color: #1663FE;
}
.TagClassName
{
border-color: #1663FE;
}
</style>