Shades of Medium Blue #100ED2
Tints of Medium Blue #100ED2
RGB
CMYK
RGB Variations
Color information
#100ED2 (or 0x100ED2) is known color: Medium Blue. HEX triplet: 10, 0E and D2. RGB value is (16,14,210). Sum of RGB (Red+Green+Blue) = 16+14+210=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 210 (82.42% from 255 or 87.5% from 240); Max value from RGB is 210 - color contains mainly: blue. Hex color #100ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ED2 is #EFF12D. Grayscale: #242424. Windows color (decimal): -15724846 or 13766160. OLE color: 13766160.
HSL color Cylindrical-coordinate representation of color #100ED2: hue angle of 240.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100ED2 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 14 | 210 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.18 |
| HSL | 240.61º | 0.88% | 0.44% | - |
| HSV(B) | 240.61º | 0.93% | 0.82% | - |
| XYZ | 12 | 5.08 | 61.32 | - |
| YUV | 36.94 | 225.66 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 210 | 0.92 | 0.93 | 0 | 0.18 | 240.61 | 0.88 | 0.44 |
| Hex | 10 | E | D2 | 5C | 5D | 0 | 12 | F1 | 58 | 2C |
| Octal | 20 | 16 | 322 | 134 | 135 | 0 | 22 | 361 | 130 | 54 |
| Binary | 10000 | 1110 | 11010010 | 1011100 | 1011101 | 0 | 10010 | 11110001 | 1011000 | 101100 |
Color Harmonies of #100ED2
Complementary color
Monochromatic Colors of #100ED2
Black with #100ED2
Text Example
Text Example
White with #100ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ED2; }
p { color: rgb(16,14,210); }
H1.HeaderClassName
{
color: #100ED2;
}
.AnyTagClassName
{
color: #100ED2;
}
</style>
background-color css
<style>
a { background-color: #100ED2; }
a { background-color: rgb(16,14,210); }
div.DivClassName
{
background-color: #100ED2;
}
.BgClassName
{
background-color: #100ED2;
}
</style>
border-color css
<style>
span { border-color: #100ED2; }
span { border-color: rgb(16,14,210); }
td.TdClassName
{
border-color: #100ED2;
}
.TagClassName
{
border-color: #100ED2;
}
</style>