Shades of Medium Blue #120FE3
Tints of Medium Blue #120FE3
RGB
CMYK
RGB Variations
Color information
#120FE3 (or 0x120FE3) is known color: Medium Blue. HEX triplet: 12, 0F and E3. RGB value is (18,15,227). Sum of RGB (Red+Green+Blue) = 18+15+227=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 227 (89.06% from 255 or 87.31% from 260); Max value from RGB is 227 - color contains mainly: blue. Hex color #120FE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FE3 is #EDF01C. Grayscale: #272727. Windows color (decimal): -15593501 or 14880530. OLE color: 14880530.
HSL color Cylindrical-coordinate representation of color #120FE3: hue angle of 240.85º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120FE3 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 15 | 227 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.11 |
| HSL | 240.85º | 0.88% | 0.47% | - |
| HSV(B) | 240.85º | 0.93% | 0.89% | - |
| XYZ | 14.29 | 6.02 | 73.08 | - |
| YUV | 40.07 | 233.49 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 227 | 0.92 | 0.93 | 0 | 0.11 | 240.85 | 0.88 | 0.47 |
| Hex | 12 | F | E3 | 5C | 5D | 0 | B | F1 | 58 | 2F |
| Octal | 22 | 17 | 343 | 134 | 135 | 0 | 13 | 361 | 130 | 57 |
| Binary | 10010 | 1111 | 11100011 | 1011100 | 1011101 | 0 | 1011 | 11110001 | 1011000 | 101111 |
Color Harmonies of #120FE3
Complementary color
Monochromatic Colors of #120FE3
Black with #120FE3
Text Example
Text Example
White with #120FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FE3; }
p { color: rgb(18,15,227); }
H1.HeaderClassName
{
color: #120FE3;
}
.AnyTagClassName
{
color: #120FE3;
}
</style>
background-color css
<style>
a { background-color: #120FE3; }
a { background-color: rgb(18,15,227); }
div.DivClassName
{
background-color: #120FE3;
}
.BgClassName
{
background-color: #120FE3;
}
</style>
border-color css
<style>
span { border-color: #120FE3; }
span { border-color: rgb(18,15,227); }
td.TdClassName
{
border-color: #120FE3;
}
.TagClassName
{
border-color: #120FE3;
}
</style>