Shades of Blue #120FE9
Tints of Blue #120FE9
RGB
CMYK
RGB Variations
Color information
#120FE9 (or 0x120FE9) is known color: Blue. HEX triplet: 12, 0F and E9. RGB value is (18,15,233). Sum of RGB (Red+Green+Blue) = 18+15+233=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 233 (91.41% from 255 or 87.59% from 266); Max value from RGB is 233 - color contains mainly: blue. Hex color #120FE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FE9 is #EDF016. Grayscale: #272727. Windows color (decimal): -15593495 or 15273746. OLE color: 15273746.
HSL color Cylindrical-coordinate representation of color #120FE9: hue angle of 240.83º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FE9 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 15 | 233 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.09 |
| HSL | 240.83º | 0.88% | 0.49% | - |
| HSV(B) | 240.83º | 0.94% | 0.91% | - |
| XYZ | 15.13 | 6.35 | 77.52 | - |
| YUV | 40.75 | 236.49 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 233 | 0.92 | 0.94 | 0 | 0.09 | 240.83 | 0.88 | 0.49 |
| Hex | 12 | F | E9 | 5C | 5E | 0 | 9 | F1 | 58 | 31 |
| Octal | 22 | 17 | 351 | 134 | 136 | 0 | 11 | 361 | 130 | 61 |
| Binary | 10010 | 1111 | 11101001 | 1011100 | 1011110 | 0 | 1001 | 11110001 | 1011000 | 110001 |
Color Harmonies of #120FE9
Complementary color
Monochromatic Colors of #120FE9
Black with #120FE9
Text Example
Text Example
White with #120FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FE9; }
p { color: rgb(18,15,233); }
H1.HeaderClassName
{
color: #120FE9;
}
.AnyTagClassName
{
color: #120FE9;
}
</style>
background-color css
<style>
a { background-color: #120FE9; }
a { background-color: rgb(18,15,233); }
div.DivClassName
{
background-color: #120FE9;
}
.BgClassName
{
background-color: #120FE9;
}
</style>
border-color css
<style>
span { border-color: #120FE9; }
span { border-color: rgb(18,15,233); }
td.TdClassName
{
border-color: #120FE9;
}
.TagClassName
{
border-color: #120FE9;
}
</style>