Shades of Dodger Blue #106DF1
Tints of Dodger Blue #106DF1
RGB
CMYK
RGB Variations
Color information
#106DF1 (or 0x106DF1) is known color: Dodger Blue. HEX triplet: 10, 6D and F1. RGB value is (16,109,241). Sum of RGB (Red+Green+Blue) = 16+109+241=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #106DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF1 is #EF920E. Grayscale: #5F5F5F. Windows color (decimal): -15700495 or 15822096. OLE color: 15822096.
HSL color Cylindrical-coordinate representation of color #106DF1: hue angle of 215.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DF1 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 109 | 241 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.05 |
| HSL | 215.2º | 0.89% | 0.5% | - |
| HSV(B) | 215.2º | 0.93% | 0.95% | - |
| XYZ | 21.56 | 17.4 | 85.44 | - |
| YUV | 96.24 | 209.69 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 241 | 0.93 | 0.55 | 0 | 0.05 | 215.2 | 0.89 | 0.5 |
| Hex | 10 | 6D | F1 | 5D | 37 | 0 | 5 | D7 | 59 | 32 |
| Octal | 20 | 155 | 361 | 135 | 67 | 0 | 5 | 327 | 131 | 62 |
| Binary | 10000 | 1101101 | 11110001 | 1011101 | 110111 | 0 | 101 | 11010111 | 1011001 | 110010 |
Color Harmonies of #106DF1
Complementary color
Monochromatic Colors of #106DF1
Black with #106DF1
Text Example
Text Example
White with #106DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DF1; }
p { color: rgb(16,109,241); }
H1.HeaderClassName
{
color: #106DF1;
}
.AnyTagClassName
{
color: #106DF1;
}
</style>
background-color css
<style>
a { background-color: #106DF1; }
a { background-color: rgb(16,109,241); }
div.DivClassName
{
background-color: #106DF1;
}
.BgClassName
{
background-color: #106DF1;
}
</style>
border-color css
<style>
span { border-color: #106DF1; }
span { border-color: rgb(16,109,241); }
td.TdClassName
{
border-color: #106DF1;
}
.TagClassName
{
border-color: #106DF1;
}
</style>