Shades of Dodger Blue #106CFF
Tints of Dodger Blue #106CFF
RGB
CMYK
RGB Variations
Color information
#106CFF (or 0x106CFF) is known color: Dodger Blue. HEX triplet: 10, 6C and FF. RGB value is (16,108,255). Sum of RGB (Red+Green+Blue) = 16+108+255=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #106CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CFF is #EF9300. Grayscale: #606060. Windows color (decimal): -15700737 or 16739344. OLE color: 16739344.
HSL color Cylindrical-coordinate representation of color #106CFF: hue angle of 216.9º 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 #106CFF is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 108 | 255 | - |
| CMYK | 0.94 | 0.58 | 0 | 0 |
| HSL | 216.9º | 1% | 0.53% | - |
| HSV(B) | 216.9º | 0.94% | 1% | - |
| XYZ | 23.63 | 18.06 | 96.85 | - |
| YUV | 97.25 | 217.02 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 255 | 0.94 | 0.58 | 0 | 0 | 216.9 | 1 | 0.53 |
| Hex | 10 | 6C | FF | 5E | 3A | 0 | 0 | D9 | 64 | 35 |
| Octal | 20 | 154 | 377 | 136 | 72 | 0 | 0 | 331 | 144 | 65 |
| Binary | 10000 | 1101100 | 11111111 | 1011110 | 111010 | 0 | 0 | 11011001 | 1100100 | 110101 |
Color Harmonies of #106CFF
Complementary color
Monochromatic Colors of #106CFF
Black with #106CFF
Text Example
Text Example
White with #106CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CFF; }
p { color: rgb(16,108,255); }
H1.HeaderClassName
{
color: #106CFF;
}
.AnyTagClassName
{
color: #106CFF;
}
</style>
background-color css
<style>
a { background-color: #106CFF; }
a { background-color: rgb(16,108,255); }
div.DivClassName
{
background-color: #106CFF;
}
.BgClassName
{
background-color: #106CFF;
}
</style>
border-color css
<style>
span { border-color: #106CFF; }
span { border-color: rgb(16,108,255); }
td.TdClassName
{
border-color: #106CFF;
}
.TagClassName
{
border-color: #106CFF;
}
</style>