Shades of Medium Blue #100EDB
Tints of Medium Blue #100EDB
RGB
CMYK
RGB Variations
Color information
#100EDB (or 0x100EDB) is known color: Medium Blue. HEX triplet: 10, 0E and DB. RGB value is (16,14,219). Sum of RGB (Red+Green+Blue) = 16+14+219=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #100EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EDB is #EFF124. Grayscale: #252525. Windows color (decimal): -15724837 or 14355984. OLE color: 14355984.
HSL color Cylindrical-coordinate representation of color #100EDB: hue angle of 240.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100EDB is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 14 | 219 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.14 |
| HSL | 240.59º | 0.88% | 0.46% | - |
| HSV(B) | 240.59º | 0.94% | 0.86% | - |
| XYZ | 13.16 | 5.54 | 67.39 | - |
| YUV | 37.97 | 230.16 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 219 | 0.93 | 0.94 | 0 | 0.14 | 240.59 | 0.88 | 0.46 |
| Hex | 10 | E | DB | 5D | 5E | 0 | E | F1 | 58 | 2E |
| Octal | 20 | 16 | 333 | 135 | 136 | 0 | 16 | 361 | 130 | 56 |
| Binary | 10000 | 1110 | 11011011 | 1011101 | 1011110 | 0 | 1110 | 11110001 | 1011000 | 101110 |
Color Harmonies of #100EDB
Complementary color
Monochromatic Colors of #100EDB
Black with #100EDB
Text Example
Text Example
White with #100EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EDB; }
p { color: rgb(16,14,219); }
H1.HeaderClassName
{
color: #100EDB;
}
.AnyTagClassName
{
color: #100EDB;
}
</style>
background-color css
<style>
a { background-color: #100EDB; }
a { background-color: rgb(16,14,219); }
div.DivClassName
{
background-color: #100EDB;
}
.BgClassName
{
background-color: #100EDB;
}
</style>
border-color css
<style>
span { border-color: #100EDB; }
span { border-color: rgb(16,14,219); }
td.TdClassName
{
border-color: #100EDB;
}
.TagClassName
{
border-color: #100EDB;
}
</style>