Shades of Dodger Blue #1668FD
Tints of Dodger Blue #1668FD
RGB
CMYK
RGB Variations
Color information
#1668FD (or 0x1668FD) is known color: Dodger Blue. HEX triplet: 16, 68 and FD. RGB value is (22,104,253). Sum of RGB (Red+Green+Blue) = 22+104+253=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #1668FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1668FD is #E99702. Grayscale: #5F5F5F. Windows color (decimal): -15308547 or 16607254. OLE color: 16607254.
HSL color Cylindrical-coordinate representation of color #1668FD: hue angle of 218.7º degrees, saturation: 0.98, 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 #1668FD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 104 | 253 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.01 |
| HSL | 218.7º | 0.98% | 0.54% | - |
| HSV(B) | 218.7º | 0.91% | 0.99% | - |
| XYZ | 23.01 | 17.16 | 95.03 | - |
| YUV | 96.47 | 216.33 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 253 | 0.91 | 0.59 | 0 | 0.01 | 218.7 | 0.98 | 0.54 |
| Hex | 16 | 68 | FD | 5B | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 26 | 150 | 375 | 133 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10110 | 1101000 | 11111101 | 1011011 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1668FD
Complementary color
Monochromatic Colors of #1668FD
Black with #1668FD
Text Example
Text Example
White with #1668FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668FD; }
p { color: rgb(22,104,253); }
H1.HeaderClassName
{
color: #1668FD;
}
.AnyTagClassName
{
color: #1668FD;
}
</style>
background-color css
<style>
a { background-color: #1668FD; }
a { background-color: rgb(22,104,253); }
div.DivClassName
{
background-color: #1668FD;
}
.BgClassName
{
background-color: #1668FD;
}
</style>
border-color css
<style>
span { border-color: #1668FD; }
span { border-color: rgb(22,104,253); }
td.TdClassName
{
border-color: #1668FD;
}
.TagClassName
{
border-color: #1668FD;
}
</style>