Shades of Dodger Blue #106EFF
Tints of Dodger Blue #106EFF
RGB
CMYK
RGB Variations
Color information
#106EFF (or 0x106EFF) is known color: Dodger Blue. HEX triplet: 10, 6E and FF. RGB value is (16,110,255). Sum of RGB (Red+Green+Blue) = 16+110+255=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #106EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EFF is #EF9100. Grayscale: #616161. Windows color (decimal): -15700225 or 16739856. OLE color: 16739856.
HSL color Cylindrical-coordinate representation of color #106EFF: hue angle of 216.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106EFF is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 110 | 255 | - |
| CMYK | 0.94 | 0.57 | 0 | 0 |
| HSL | 216.4º | 1% | 0.53% | - |
| HSV(B) | 216.4º | 0.94% | 1% | - |
| XYZ | 23.84 | 18.48 | 96.92 | - |
| YUV | 98.42 | 216.36 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 255 | 0.94 | 0.57 | 0 | 0 | 216.4 | 1 | 0.53 |
| Hex | 10 | 6E | FF | 5E | 39 | 0 | 0 | D8 | 64 | 35 |
| Octal | 20 | 156 | 377 | 136 | 71 | 0 | 0 | 330 | 144 | 65 |
| Binary | 10000 | 1101110 | 11111111 | 1011110 | 111001 | 0 | 0 | 11011000 | 1100100 | 110101 |
Color Harmonies of #106EFF
Complementary color
Monochromatic Colors of #106EFF
Black with #106EFF
Text Example
Text Example
White with #106EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EFF; }
p { color: rgb(16,110,255); }
H1.HeaderClassName
{
color: #106EFF;
}
.AnyTagClassName
{
color: #106EFF;
}
</style>
background-color css
<style>
a { background-color: #106EFF; }
a { background-color: rgb(16,110,255); }
div.DivClassName
{
background-color: #106EFF;
}
.BgClassName
{
background-color: #106EFF;
}
</style>
border-color css
<style>
span { border-color: #106EFF; }
span { border-color: rgb(16,110,255); }
td.TdClassName
{
border-color: #106EFF;
}
.TagClassName
{
border-color: #106EFF;
}
</style>