Shades of Medium Blue #100EDE
Tints of Medium Blue #100EDE
RGB
CMYK
RGB Variations
Color information
#100EDE (or 0x100EDE) is known color: Medium Blue. HEX triplet: 10, 0E and DE. RGB value is (16,14,222). Sum of RGB (Red+Green+Blue) = 16+14+222=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 222 (87.11% from 255 or 88.10% from 252); Max value from RGB is 222 - color contains mainly: blue. Hex color #100EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EDE is #EFF121. Grayscale: #252525. Windows color (decimal): -15724834 or 14552592. OLE color: 14552592.
HSL color Cylindrical-coordinate representation of color #100EDE: hue angle of 240.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100EDE is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 14 | 222 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.13 |
| HSL | 240.58º | 0.88% | 0.46% | - |
| HSV(B) | 240.58º | 0.94% | 0.87% | - |
| XYZ | 13.56 | 5.7 | 69.49 | - |
| YUV | 38.31 | 231.66 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 222 | 0.93 | 0.94 | 0 | 0.13 | 240.58 | 0.88 | 0.46 |
| Hex | 10 | E | DE | 5D | 5E | 0 | D | F1 | 58 | 2E |
| Octal | 20 | 16 | 336 | 135 | 136 | 0 | 15 | 361 | 130 | 56 |
| Binary | 10000 | 1110 | 11011110 | 1011101 | 1011110 | 0 | 1101 | 11110001 | 1011000 | 101110 |
Color Harmonies of #100EDE
Complementary color
Monochromatic Colors of #100EDE
Black with #100EDE
Text Example
Text Example
White with #100EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EDE; }
p { color: rgb(16,14,222); }
H1.HeaderClassName
{
color: #100EDE;
}
.AnyTagClassName
{
color: #100EDE;
}
</style>
background-color css
<style>
a { background-color: #100EDE; }
a { background-color: rgb(16,14,222); }
div.DivClassName
{
background-color: #100EDE;
}
.BgClassName
{
background-color: #100EDE;
}
</style>
border-color css
<style>
span { border-color: #100EDE; }
span { border-color: rgb(16,14,222); }
td.TdClassName
{
border-color: #100EDE;
}
.TagClassName
{
border-color: #100EDE;
}
</style>