Shades of Dodger Blue #106FFE
Tints of Dodger Blue #106FFE
RGB
CMYK
RGB Variations
Color information
#106FFE (or 0x106FFE) is known color: Dodger Blue. HEX triplet: 10, 6F and FE. RGB value is (16,111,254). Sum of RGB (Red+Green+Blue) = 16+111+254=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #106FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FFE is #EF9001. Grayscale: #626262. Windows color (decimal): -15699970 or 16674576. OLE color: 16674576.
HSL color Cylindrical-coordinate representation of color #106FFE: hue angle of 216.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106FFE is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 111 | 254 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.00 |
| HSL | 216.05º | 0.99% | 0.53% | - |
| HSV(B) | 216.05º | 0.94% | 1% | - |
| XYZ | 23.79 | 18.63 | 96.11 | - |
| YUV | 98.9 | 215.53 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 254 | 0.94 | 0.56 | 0 | 0.00 | 216.05 | 0.99 | 0.53 |
| Hex | 10 | 6F | FE | 5E | 38 | 0 | 0 | D8 | 63 | 35 |
| Octal | 20 | 157 | 376 | 136 | 70 | 0 | 0 | 330 | 143 | 65 |
| Binary | 10000 | 1101111 | 11111110 | 1011110 | 111000 | 0 | 0 | 11011000 | 1100011 | 110101 |
Color Harmonies of #106FFE
Complementary color
Monochromatic Colors of #106FFE
Black with #106FFE
Text Example
Text Example
White with #106FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FFE; }
p { color: rgb(16,111,254); }
H1.HeaderClassName
{
color: #106FFE;
}
.AnyTagClassName
{
color: #106FFE;
}
</style>
background-color css
<style>
a { background-color: #106FFE; }
a { background-color: rgb(16,111,254); }
div.DivClassName
{
background-color: #106FFE;
}
.BgClassName
{
background-color: #106FFE;
}
</style>
border-color css
<style>
span { border-color: #106FFE; }
span { border-color: rgb(16,111,254); }
td.TdClassName
{
border-color: #106FFE;
}
.TagClassName
{
border-color: #106FFE;
}
</style>