Shades of Medium Blue #100ED5
Tints of Medium Blue #100ED5
RGB
CMYK
RGB Variations
Color information
#100ED5 (or 0x100ED5) is known color: Medium Blue. HEX triplet: 10, 0E and D5. RGB value is (16,14,213). Sum of RGB (Red+Green+Blue) = 16+14+213=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 213 (83.59% from 255 or 87.65% from 243); Max value from RGB is 213 - color contains mainly: blue. Hex color #100ED5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ED5 is #EFF12A. Grayscale: #242424. Windows color (decimal): -15724843 or 13962768. OLE color: 13962768.
HSL color Cylindrical-coordinate representation of color #100ED5: hue angle of 240.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100ED5 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 14 | 213 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.16 |
| HSL | 240.6º | 0.88% | 0.45% | - |
| HSV(B) | 240.6º | 0.93% | 0.84% | - |
| XYZ | 12.38 | 5.23 | 63.31 | - |
| YUV | 37.28 | 227.16 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 213 | 0.92 | 0.93 | 0 | 0.16 | 240.6 | 0.88 | 0.45 |
| Hex | 10 | E | D5 | 5C | 5D | 0 | 10 | F1 | 58 | 2D |
| Octal | 20 | 16 | 325 | 134 | 135 | 0 | 20 | 361 | 130 | 55 |
| Binary | 10000 | 1110 | 11010101 | 1011100 | 1011101 | 0 | 10000 | 11110001 | 1011000 | 101101 |
Color Harmonies of #100ED5
Complementary color
Monochromatic Colors of #100ED5
Black with #100ED5
Text Example
Text Example
White with #100ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ED5; }
p { color: rgb(16,14,213); }
H1.HeaderClassName
{
color: #100ED5;
}
.AnyTagClassName
{
color: #100ED5;
}
</style>
background-color css
<style>
a { background-color: #100ED5; }
a { background-color: rgb(16,14,213); }
div.DivClassName
{
background-color: #100ED5;
}
.BgClassName
{
background-color: #100ED5;
}
</style>
border-color css
<style>
span { border-color: #100ED5; }
span { border-color: rgb(16,14,213); }
td.TdClassName
{
border-color: #100ED5;
}
.TagClassName
{
border-color: #100ED5;
}
</style>