Shades of Blue #120FFA
Tints of Blue #120FFA
RGB
CMYK
RGB Variations
Color information
#120FFA (or 0x120FFA) is known color: Blue. HEX triplet: 12, 0F and FA. RGB value is (18,15,250). Sum of RGB (Red+Green+Blue) = 18+15+250=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #120FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FFA is #EDF005. Grayscale: #292929. Windows color (decimal): -15593478 or 16387858. OLE color: 16387858.
HSL color Cylindrical-coordinate representation of color #120FFA: hue angle of 240.77º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FFA is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 15 | 250 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.02 |
| HSL | 240.77º | 0.96% | 0.52% | - |
| HSV(B) | 240.77º | 0.94% | 0.98% | - |
| XYZ | 17.68 | 7.37 | 90.93 | - |
| YUV | 42.69 | 244.99 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 250 | 0.93 | 0.94 | 0 | 0.02 | 240.77 | 0.96 | 0.52 |
| Hex | 12 | F | FA | 5D | 5E | 0 | 2 | F1 | 60 | 34 |
| Octal | 22 | 17 | 372 | 135 | 136 | 0 | 2 | 361 | 140 | 64 |
| Binary | 10010 | 1111 | 11111010 | 1011101 | 1011110 | 0 | 10 | 11110001 | 1100000 | 110100 |
Color Harmonies of #120FFA
Complementary color
Monochromatic Colors of #120FFA
Black with #120FFA
Text Example
Text Example
White with #120FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FFA; }
p { color: rgb(18,15,250); }
H1.HeaderClassName
{
color: #120FFA;
}
.AnyTagClassName
{
color: #120FFA;
}
</style>
background-color css
<style>
a { background-color: #120FFA; }
a { background-color: rgb(18,15,250); }
div.DivClassName
{
background-color: #120FFA;
}
.BgClassName
{
background-color: #120FFA;
}
</style>
border-color css
<style>
span { border-color: #120FFA; }
span { border-color: rgb(18,15,250); }
td.TdClassName
{
border-color: #120FFA;
}
.TagClassName
{
border-color: #120FFA;
}
</style>