Shades of Blue #120FF0
Tints of Blue #120FF0
RGB
CMYK
RGB Variations
Color information
#120FF0 (or 0x120FF0) is known color: Blue. HEX triplet: 12, 0F and F0. RGB value is (18,15,240). Sum of RGB (Red+Green+Blue) = 18+15+240=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 240 (94.14% from 255 or 87.91% from 273); Max value from RGB is 240 - color contains mainly: blue. Hex color #120FF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FF0 is #EDF00F. Grayscale: #282828. Windows color (decimal): -15593488 or 15732498. OLE color: 15732498.
HSL color Cylindrical-coordinate representation of color #120FF0: hue angle of 240.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FF0 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 15 | 240 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.06 |
| HSL | 240.8º | 0.88% | 0.5% | - |
| HSV(B) | 240.8º | 0.94% | 0.94% | - |
| XYZ | 16.15 | 6.76 | 82.89 | - |
| YUV | 41.55 | 239.99 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 240 | 0.92 | 0.94 | 0 | 0.06 | 240.8 | 0.88 | 0.5 |
| Hex | 12 | F | F0 | 5C | 5E | 0 | 6 | F1 | 58 | 32 |
| Octal | 22 | 17 | 360 | 134 | 136 | 0 | 6 | 361 | 130 | 62 |
| Binary | 10010 | 1111 | 11110000 | 1011100 | 1011110 | 0 | 110 | 11110001 | 1011000 | 110010 |
Color Harmonies of #120FF0
Complementary color
Monochromatic Colors of #120FF0
Black with #120FF0
Text Example
Text Example
White with #120FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FF0; }
p { color: rgb(18,15,240); }
H1.HeaderClassName
{
color: #120FF0;
}
.AnyTagClassName
{
color: #120FF0;
}
</style>
background-color css
<style>
a { background-color: #120FF0; }
a { background-color: rgb(18,15,240); }
div.DivClassName
{
background-color: #120FF0;
}
.BgClassName
{
background-color: #120FF0;
}
</style>
border-color css
<style>
span { border-color: #120FF0; }
span { border-color: rgb(18,15,240); }
td.TdClassName
{
border-color: #120FF0;
}
.TagClassName
{
border-color: #120FF0;
}
</style>