Shades of Dodger Blue #1668F9
Tints of Dodger Blue #1668F9
RGB
CMYK
RGB Variations
Color information
#1668F9 (or 0x1668F9) is known color: Dodger Blue. HEX triplet: 16, 68 and F9. RGB value is (22,104,249). Sum of RGB (Red+Green+Blue) = 22+104+249=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #1668F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1668F9 is #E99706. Grayscale: #5F5F5F. Windows color (decimal): -15308551 or 16345110. OLE color: 16345110.
HSL color Cylindrical-coordinate representation of color #1668F9: hue angle of 218.33º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1668F9 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 104 | 249 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.02 |
| HSL | 218.33º | 0.95% | 0.53% | - |
| HSV(B) | 218.33º | 0.91% | 0.98% | - |
| XYZ | 22.38 | 16.91 | 91.71 | - |
| YUV | 96.01 | 214.33 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 249 | 0.91 | 0.58 | 0 | 0.02 | 218.33 | 0.95 | 0.53 |
| Hex | 16 | 68 | F9 | 5B | 3A | 0 | 2 | DA | 5F | 35 |
| Octal | 26 | 150 | 371 | 133 | 72 | 0 | 2 | 332 | 137 | 65 |
| Binary | 10110 | 1101000 | 11111001 | 1011011 | 111010 | 0 | 10 | 11011010 | 1011111 | 110101 |
Color Harmonies of #1668F9
Complementary color
Monochromatic Colors of #1668F9
Black with #1668F9
Text Example
Text Example
White with #1668F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668F9; }
p { color: rgb(22,104,249); }
H1.HeaderClassName
{
color: #1668F9;
}
.AnyTagClassName
{
color: #1668F9;
}
</style>
background-color css
<style>
a { background-color: #1668F9; }
a { background-color: rgb(22,104,249); }
div.DivClassName
{
background-color: #1668F9;
}
.BgClassName
{
background-color: #1668F9;
}
</style>
border-color css
<style>
span { border-color: #1668F9; }
span { border-color: rgb(22,104,249); }
td.TdClassName
{
border-color: #1668F9;
}
.TagClassName
{
border-color: #1668F9;
}
</style>