Shades of Dodger Blue #106DF2
Tints of Dodger Blue #106DF2
RGB
CMYK
RGB Variations
Color information
#106DF2 (or 0x106DF2) is known color: Dodger Blue. HEX triplet: 10, 6D and F2. RGB value is (16,109,242). Sum of RGB (Red+Green+Blue) = 16+109+242=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #106DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF2 is #EF920D. Grayscale: #5F5F5F. Windows color (decimal): -15700494 or 15887632. OLE color: 15887632.
HSL color Cylindrical-coordinate representation of color #106DF2: hue angle of 215.31º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DF2 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 109 | 242 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.05 |
| HSL | 215.31º | 0.9% | 0.51% | - |
| HSV(B) | 215.31º | 0.93% | 0.95% | - |
| XYZ | 21.71 | 17.46 | 86.23 | - |
| YUV | 96.36 | 210.19 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 242 | 0.93 | 0.55 | 0 | 0.05 | 215.31 | 0.9 | 0.51 |
| Hex | 10 | 6D | F2 | 5D | 37 | 0 | 5 | D7 | 5A | 33 |
| Octal | 20 | 155 | 362 | 135 | 67 | 0 | 5 | 327 | 132 | 63 |
| Binary | 10000 | 1101101 | 11110010 | 1011101 | 110111 | 0 | 101 | 11010111 | 1011010 | 110011 |
Color Harmonies of #106DF2
Complementary color
Monochromatic Colors of #106DF2
Black with #106DF2
Text Example
Text Example
White with #106DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DF2; }
p { color: rgb(16,109,242); }
H1.HeaderClassName
{
color: #106DF2;
}
.AnyTagClassName
{
color: #106DF2;
}
</style>
background-color css
<style>
a { background-color: #106DF2; }
a { background-color: rgb(16,109,242); }
div.DivClassName
{
background-color: #106DF2;
}
.BgClassName
{
background-color: #106DF2;
}
</style>
border-color css
<style>
span { border-color: #106DF2; }
span { border-color: rgb(16,109,242); }
td.TdClassName
{
border-color: #106DF2;
}
.TagClassName
{
border-color: #106DF2;
}
</style>