Shades of Medium Blue #100ED7
Tints of Medium Blue #100ED7
RGB
CMYK
RGB Variations
Color information
#100ED7 (or 0x100ED7) is known color: Medium Blue. HEX triplet: 10, 0E and D7. RGB value is (16,14,215). Sum of RGB (Red+Green+Blue) = 16+14+215=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 215 (84.38% from 255 or 87.76% from 245); Max value from RGB is 215 - color contains mainly: blue. Hex color #100ED7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ED7 is #EFF128. Grayscale: #242424. Windows color (decimal): -15724841 or 14093840. OLE color: 14093840.
HSL color Cylindrical-coordinate representation of color #100ED7: 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 #100ED7 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 14 | 215 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.16 |
| HSL | 240.6º | 0.88% | 0.45% | - |
| HSV(B) | 240.6º | 0.93% | 0.84% | - |
| XYZ | 12.64 | 5.33 | 64.65 | - |
| YUV | 37.51 | 228.16 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 215 | 0.93 | 0.93 | 0 | 0.16 | 240.6 | 0.88 | 0.45 |
| Hex | 10 | E | D7 | 5D | 5D | 0 | 10 | F1 | 58 | 2D |
| Octal | 20 | 16 | 327 | 135 | 135 | 0 | 20 | 361 | 130 | 55 |
| Binary | 10000 | 1110 | 11010111 | 1011101 | 1011101 | 0 | 10000 | 11110001 | 1011000 | 101101 |
Color Harmonies of #100ED7
Complementary color
Monochromatic Colors of #100ED7
Black with #100ED7
Text Example
Text Example
White with #100ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ED7; }
p { color: rgb(16,14,215); }
H1.HeaderClassName
{
color: #100ED7;
}
.AnyTagClassName
{
color: #100ED7;
}
</style>
background-color css
<style>
a { background-color: #100ED7; }
a { background-color: rgb(16,14,215); }
div.DivClassName
{
background-color: #100ED7;
}
.BgClassName
{
background-color: #100ED7;
}
</style>
border-color css
<style>
span { border-color: #100ED7; }
span { border-color: rgb(16,14,215); }
td.TdClassName
{
border-color: #100ED7;
}
.TagClassName
{
border-color: #100ED7;
}
</style>