Shades of Medium Blue #120EDC
Tints of Medium Blue #120EDC
RGB
CMYK
RGB Variations
Color information
#120EDC (or 0x120EDC) is known color: Medium Blue. HEX triplet: 12, 0E and DC. RGB value is (18,14,220). Sum of RGB (Red+Green+Blue) = 18+14+220=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #120EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EDC is #EDF123. Grayscale: #252525. Windows color (decimal): -15593764 or 14421522. OLE color: 14421522.
HSL color Cylindrical-coordinate representation of color #120EDC: hue angle of 241.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120EDC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 14 | 220 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.14 |
| HSL | 241.17º | 0.88% | 0.46% | - |
| HSV(B) | 241.17º | 0.94% | 0.86% | - |
| XYZ | 13.32 | 5.61 | 68.09 | - |
| YUV | 38.68 | 230.33 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 220 | 0.92 | 0.94 | 0 | 0.14 | 241.17 | 0.88 | 0.46 |
| Hex | 12 | E | DC | 5C | 5E | 0 | E | F1 | 58 | 2E |
| Octal | 22 | 16 | 334 | 134 | 136 | 0 | 16 | 361 | 130 | 56 |
| Binary | 10010 | 1110 | 11011100 | 1011100 | 1011110 | 0 | 1110 | 11110001 | 1011000 | 101110 |
Color Harmonies of #120EDC
Complementary color
Monochromatic Colors of #120EDC
Black with #120EDC
Text Example
Text Example
White with #120EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120EDC; }
p { color: rgb(18,14,220); }
H1.HeaderClassName
{
color: #120EDC;
}
.AnyTagClassName
{
color: #120EDC;
}
</style>
background-color css
<style>
a { background-color: #120EDC; }
a { background-color: rgb(18,14,220); }
div.DivClassName
{
background-color: #120EDC;
}
.BgClassName
{
background-color: #120EDC;
}
</style>
border-color css
<style>
span { border-color: #120EDC; }
span { border-color: rgb(18,14,220); }
td.TdClassName
{
border-color: #120EDC;
}
.TagClassName
{
border-color: #120EDC;
}
</style>