Shades of Medium Blue #100EDA
Tints of Medium Blue #100EDA
RGB
CMYK
RGB Variations
Color information
#100EDA (or 0x100EDA) is known color: Medium Blue. HEX triplet: 10, 0E and DA. RGB value is (16,14,218). Sum of RGB (Red+Green+Blue) = 16+14+218=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #100EDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EDA is #EFF125. Grayscale: #252525. Windows color (decimal): -15724838 or 14290448. OLE color: 14290448.
HSL color Cylindrical-coordinate representation of color #100EDA: 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 #100EDA is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 14 | 218 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.15 |
| HSL | 240.59º | 0.88% | 0.45% | - |
| HSV(B) | 240.59º | 0.94% | 0.85% | - |
| XYZ | 13.03 | 5.49 | 66.7 | - |
| YUV | 37.85 | 229.66 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 218 | 0.93 | 0.94 | 0 | 0.15 | 240.59 | 0.88 | 0.45 |
| Hex | 10 | E | DA | 5D | 5E | 0 | F | F1 | 58 | 2D |
| Octal | 20 | 16 | 332 | 135 | 136 | 0 | 17 | 361 | 130 | 55 |
| Binary | 10000 | 1110 | 11011010 | 1011101 | 1011110 | 0 | 1111 | 11110001 | 1011000 | 101101 |
Color Harmonies of #100EDA
Complementary color
Monochromatic Colors of #100EDA
Black with #100EDA
Text Example
Text Example
White with #100EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EDA; }
p { color: rgb(16,14,218); }
H1.HeaderClassName
{
color: #100EDA;
}
.AnyTagClassName
{
color: #100EDA;
}
</style>
background-color css
<style>
a { background-color: #100EDA; }
a { background-color: rgb(16,14,218); }
div.DivClassName
{
background-color: #100EDA;
}
.BgClassName
{
background-color: #100EDA;
}
</style>
border-color css
<style>
span { border-color: #100EDA; }
span { border-color: rgb(16,14,218); }
td.TdClassName
{
border-color: #100EDA;
}
.TagClassName
{
border-color: #100EDA;
}
</style>