Shades of Dodger Blue #1668FC
Tints of Dodger Blue #1668FC
RGB
CMYK
RGB Variations
Color information
#1668FC (or 0x1668FC) is known color: Dodger Blue. HEX triplet: 16, 68 and FC. RGB value is (22,104,252). Sum of RGB (Red+Green+Blue) = 22+104+252=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #1668FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1668FC is #E99703. Grayscale: #5F5F5F. Windows color (decimal): -15308548 or 16541718. OLE color: 16541718.
HSL color Cylindrical-coordinate representation of color #1668FC: hue angle of 218.61º 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 #1668FC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 104 | 252 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.01 |
| HSL | 218.61º | 0.97% | 0.54% | - |
| HSV(B) | 218.61º | 0.91% | 0.99% | - |
| XYZ | 22.85 | 17.1 | 94.19 | - |
| YUV | 96.35 | 215.83 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 252 | 0.91 | 0.59 | 0 | 0.01 | 218.61 | 0.97 | 0.54 |
| Hex | 16 | 68 | FC | 5B | 3B | 0 | 1 | DB | 61 | 36 |
| Octal | 26 | 150 | 374 | 133 | 73 | 0 | 1 | 333 | 141 | 66 |
| Binary | 10110 | 1101000 | 11111100 | 1011011 | 111011 | 0 | 1 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1668FC
Complementary color
Monochromatic Colors of #1668FC
Black with #1668FC
Text Example
Text Example
White with #1668FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668FC; }
p { color: rgb(22,104,252); }
H1.HeaderClassName
{
color: #1668FC;
}
.AnyTagClassName
{
color: #1668FC;
}
</style>
background-color css
<style>
a { background-color: #1668FC; }
a { background-color: rgb(22,104,252); }
div.DivClassName
{
background-color: #1668FC;
}
.BgClassName
{
background-color: #1668FC;
}
</style>
border-color css
<style>
span { border-color: #1668FC; }
span { border-color: rgb(22,104,252); }
td.TdClassName
{
border-color: #1668FC;
}
.TagClassName
{
border-color: #1668FC;
}
</style>