Shades of Blue #120FEC
Tints of Blue #120FEC
RGB
CMYK
RGB Variations
Color information
#120FEC (or 0x120FEC) is known color: Blue. HEX triplet: 12, 0F and EC. RGB value is (18,15,236). Sum of RGB (Red+Green+Blue) = 18+15+236=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 236 (92.58% from 255 or 87.73% from 269); Max value from RGB is 236 - color contains mainly: blue. Hex color #120FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FEC is #EDF013. Grayscale: #282828. Windows color (decimal): -15593492 or 15470354. OLE color: 15470354.
HSL color Cylindrical-coordinate representation of color #120FEC: hue angle of 240.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FEC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 15 | 236 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.07 |
| HSL | 240.81º | 0.88% | 0.49% | - |
| HSV(B) | 240.81º | 0.94% | 0.93% | - |
| XYZ | 15.56 | 6.53 | 79.8 | - |
| YUV | 41.09 | 237.99 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 236 | 0.92 | 0.94 | 0 | 0.07 | 240.81 | 0.88 | 0.49 |
| Hex | 12 | F | EC | 5C | 5E | 0 | 7 | F1 | 58 | 31 |
| Octal | 22 | 17 | 354 | 134 | 136 | 0 | 7 | 361 | 130 | 61 |
| Binary | 10010 | 1111 | 11101100 | 1011100 | 1011110 | 0 | 111 | 11110001 | 1011000 | 110001 |
Color Harmonies of #120FEC
Complementary color
Monochromatic Colors of #120FEC
Black with #120FEC
Text Example
Text Example
White with #120FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FEC; }
p { color: rgb(18,15,236); }
H1.HeaderClassName
{
color: #120FEC;
}
.AnyTagClassName
{
color: #120FEC;
}
</style>
background-color css
<style>
a { background-color: #120FEC; }
a { background-color: rgb(18,15,236); }
div.DivClassName
{
background-color: #120FEC;
}
.BgClassName
{
background-color: #120FEC;
}
</style>
border-color css
<style>
span { border-color: #120FEC; }
span { border-color: rgb(18,15,236); }
td.TdClassName
{
border-color: #120FEC;
}
.TagClassName
{
border-color: #120FEC;
}
</style>