Shades of Medium Blue #120ED2
Tints of Medium Blue #120ED2
RGB
CMYK
RGB Variations
Color information
#120ED2 (or 0x120ED2) is known color: Medium Blue. HEX triplet: 12, 0E and D2. RGB value is (18,14,210). Sum of RGB (Red+Green+Blue) = 18+14+210=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 210 (82.42% from 255 or 86.78% from 242); Max value from RGB is 210 - color contains mainly: blue. Hex color #120ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ED2 is #EDF12D. Grayscale: #242424. Windows color (decimal): -15593774 or 13766162. OLE color: 13766162.
HSL color Cylindrical-coordinate representation of color #120ED2: hue angle of 241.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120ED2 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 14 | 210 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.18 |
| HSL | 241.22º | 0.88% | 0.44% | - |
| HSV(B) | 241.22º | 0.93% | 0.82% | - |
| XYZ | 12.04 | 5.1 | 61.32 | - |
| YUV | 37.54 | 225.33 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 210 | 0.91 | 0.93 | 0 | 0.18 | 241.22 | 0.88 | 0.44 |
| Hex | 12 | E | D2 | 5B | 5D | 0 | 12 | F1 | 58 | 2C |
| Octal | 22 | 16 | 322 | 133 | 135 | 0 | 22 | 361 | 130 | 54 |
| Binary | 10010 | 1110 | 11010010 | 1011011 | 1011101 | 0 | 10010 | 11110001 | 1011000 | 101100 |
Color Harmonies of #120ED2
Complementary color
Monochromatic Colors of #120ED2
Black with #120ED2
Text Example
Text Example
White with #120ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120ED2; }
p { color: rgb(18,14,210); }
H1.HeaderClassName
{
color: #120ED2;
}
.AnyTagClassName
{
color: #120ED2;
}
</style>
background-color css
<style>
a { background-color: #120ED2; }
a { background-color: rgb(18,14,210); }
div.DivClassName
{
background-color: #120ED2;
}
.BgClassName
{
background-color: #120ED2;
}
</style>
border-color css
<style>
span { border-color: #120ED2; }
span { border-color: rgb(18,14,210); }
td.TdClassName
{
border-color: #120ED2;
}
.TagClassName
{
border-color: #120ED2;
}
</style>