Shades of Medium Blue #100ED9
Tints of Medium Blue #100ED9
RGB
CMYK
RGB Variations
Color information
#100ED9 (or 0x100ED9) is known color: Medium Blue. HEX triplet: 10, 0E and D9. RGB value is (16,14,217). Sum of RGB (Red+Green+Blue) = 16+14+217=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 217 (85.16% from 255 or 87.85% from 247); Max value from RGB is 217 - color contains mainly: blue. Hex color #100ED9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ED9 is #EFF126. Grayscale: #242424. Windows color (decimal): -15724839 or 14224912. OLE color: 14224912.
HSL color Cylindrical-coordinate representation of color #100ED9: hue angle of 240.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100ED9 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 14 | 217 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.15 |
| HSL | 240.59º | 0.88% | 0.45% | - |
| HSV(B) | 240.59º | 0.94% | 0.85% | - |
| XYZ | 12.9 | 5.43 | 66.01 | - |
| YUV | 37.74 | 229.16 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 217 | 0.93 | 0.94 | 0 | 0.15 | 240.59 | 0.88 | 0.45 |
| Hex | 10 | E | D9 | 5D | 5E | 0 | F | F1 | 58 | 2D |
| Octal | 20 | 16 | 331 | 135 | 136 | 0 | 17 | 361 | 130 | 55 |
| Binary | 10000 | 1110 | 11011001 | 1011101 | 1011110 | 0 | 1111 | 11110001 | 1011000 | 101101 |
Color Harmonies of #100ED9
Complementary color
Monochromatic Colors of #100ED9
Black with #100ED9
Text Example
Text Example
White with #100ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ED9; }
p { color: rgb(16,14,217); }
H1.HeaderClassName
{
color: #100ED9;
}
.AnyTagClassName
{
color: #100ED9;
}
</style>
background-color css
<style>
a { background-color: #100ED9; }
a { background-color: rgb(16,14,217); }
div.DivClassName
{
background-color: #100ED9;
}
.BgClassName
{
background-color: #100ED9;
}
</style>
border-color css
<style>
span { border-color: #100ED9; }
span { border-color: rgb(16,14,217); }
td.TdClassName
{
border-color: #100ED9;
}
.TagClassName
{
border-color: #100ED9;
}
</style>