Shades of Blue #120FFF
Tints of Blue #120FFF
RGB
CMYK
RGB Variations
Color information
#120FFF (or 0x120FFF) is known color: Blue. HEX triplet: 12, 0F and FF. RGB value is (18,15,255). Sum of RGB (Red+Green+Blue) = 18+15+255=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #120FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FFF is #EDF000. Grayscale: #2A2A2A. Windows color (decimal): -15593473 or 16715538. OLE color: 16715538.
HSL color Cylindrical-coordinate representation of color #120FFF: hue angle of 240.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FFF is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 15 | 255 | - |
| CMYK | 0.93 | 0.94 | 0 | 0 |
| HSL | 240.75º | 1% | 0.53% | - |
| HSV(B) | 240.75º | 0.94% | 1% | - |
| XYZ | 18.47 | 7.69 | 95.12 | - |
| YUV | 43.26 | 247.49 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 255 | 0.93 | 0.94 | 0 | 0 | 240.75 | 1 | 0.53 |
| Hex | 12 | F | FF | 5D | 5E | 0 | 0 | F1 | 64 | 35 |
| Octal | 22 | 17 | 377 | 135 | 136 | 0 | 0 | 361 | 144 | 65 |
| Binary | 10010 | 1111 | 11111111 | 1011101 | 1011110 | 0 | 0 | 11110001 | 1100100 | 110101 |
Color Harmonies of #120FFF
Complementary color
Monochromatic Colors of #120FFF
Black with #120FFF
Text Example
Text Example
White with #120FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FFF; }
p { color: rgb(18,15,255); }
H1.HeaderClassName
{
color: #120FFF;
}
.AnyTagClassName
{
color: #120FFF;
}
</style>
background-color css
<style>
a { background-color: #120FFF; }
a { background-color: rgb(18,15,255); }
div.DivClassName
{
background-color: #120FFF;
}
.BgClassName
{
background-color: #120FFF;
}
</style>
border-color css
<style>
span { border-color: #120FFF; }
span { border-color: rgb(18,15,255); }
td.TdClassName
{
border-color: #120FFF;
}
.TagClassName
{
border-color: #120FFF;
}
</style>