Shades of Dodger Blue #1669F1
Tints of Dodger Blue #1669F1
RGB
CMYK
RGB Variations
Color information
#1669F1 (or 0x1669F1) is known color: Dodger Blue. HEX triplet: 16, 69 and F1. RGB value is (22,105,241). Sum of RGB (Red+Green+Blue) = 22+105+241=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #1669F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1669F1 is #E9960E. Grayscale: #5F5F5F. Windows color (decimal): -15308303 or 15821078. OLE color: 15821078.
HSL color Cylindrical-coordinate representation of color #1669F1: hue angle of 217.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1669F1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 105 | 241 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.05 |
| HSL | 217.26º | 0.89% | 0.52% | - |
| HSV(B) | 217.26º | 0.91% | 0.95% | - |
| XYZ | 21.26 | 16.62 | 85.31 | - |
| YUV | 95.69 | 210 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 241 | 0.91 | 0.56 | 0 | 0.05 | 217.26 | 0.89 | 0.52 |
| Hex | 16 | 69 | F1 | 5B | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 26 | 151 | 361 | 133 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 10110 | 1101001 | 11110001 | 1011011 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #1669F1
Complementary color
Monochromatic Colors of #1669F1
Black with #1669F1
Text Example
Text Example
White with #1669F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669F1; }
p { color: rgb(22,105,241); }
H1.HeaderClassName
{
color: #1669F1;
}
.AnyTagClassName
{
color: #1669F1;
}
</style>
background-color css
<style>
a { background-color: #1669F1; }
a { background-color: rgb(22,105,241); }
div.DivClassName
{
background-color: #1669F1;
}
.BgClassName
{
background-color: #1669F1;
}
</style>
border-color css
<style>
span { border-color: #1669F1; }
span { border-color: rgb(22,105,241); }
td.TdClassName
{
border-color: #1669F1;
}
.TagClassName
{
border-color: #1669F1;
}
</style>