Shades of Medium Blue #100EE2
Tints of Medium Blue #100EE2
RGB
CMYK
RGB Variations
Color information
#100EE2 (or 0x100EE2) is known color: Medium Blue. HEX triplet: 10, 0E and E2. RGB value is (16,14,226). Sum of RGB (Red+Green+Blue) = 16+14+226=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 226 (88.67% from 255 or 88.28% from 256); Max value from RGB is 226 - color contains mainly: blue. Hex color #100EE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EE2 is #EFF11D. Grayscale: #252525. Windows color (decimal): -15724830 or 14814736. OLE color: 14814736.
HSL color Cylindrical-coordinate representation of color #100EE2: hue angle of 240.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100EE2 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 14 | 226 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.11 |
| HSL | 240.57º | 0.88% | 0.47% | - |
| HSV(B) | 240.57º | 0.94% | 0.89% | - |
| XYZ | 14.1 | 5.92 | 72.35 | - |
| YUV | 38.77 | 233.66 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 226 | 0.93 | 0.94 | 0 | 0.11 | 240.57 | 0.88 | 0.47 |
| Hex | 10 | E | E2 | 5D | 5E | 0 | B | F1 | 58 | 2F |
| Octal | 20 | 16 | 342 | 135 | 136 | 0 | 13 | 361 | 130 | 57 |
| Binary | 10000 | 1110 | 11100010 | 1011101 | 1011110 | 0 | 1011 | 11110001 | 1011000 | 101111 |
Color Harmonies of #100EE2
Complementary color
Monochromatic Colors of #100EE2
Black with #100EE2
Text Example
Text Example
White with #100EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EE2; }
p { color: rgb(16,14,226); }
H1.HeaderClassName
{
color: #100EE2;
}
.AnyTagClassName
{
color: #100EE2;
}
</style>
background-color css
<style>
a { background-color: #100EE2; }
a { background-color: rgb(16,14,226); }
div.DivClassName
{
background-color: #100EE2;
}
.BgClassName
{
background-color: #100EE2;
}
</style>
border-color css
<style>
span { border-color: #100EE2; }
span { border-color: rgb(16,14,226); }
td.TdClassName
{
border-color: #100EE2;
}
.TagClassName
{
border-color: #100EE2;
}
</style>