Shades of Blue #120AFB
Tints of Blue #120AFB
RGB
CMYK
RGB Variations
Color information
#120AFB (or 0x120AFB) is known color: Blue. HEX triplet: 12, 0A and FB. RGB value is (18,10,251). Sum of RGB (Red+Green+Blue) = 18+10+251=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 251 (98.44% from 255 or 89.96% from 279); Max value from RGB is 251 - color contains mainly: blue. Hex color #120AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120AFB is #EDF504. Grayscale: #262626. Windows color (decimal): -15594757 or 16452114. OLE color: 16452114.
HSL color Cylindrical-coordinate representation of color #120AFB: hue angle of 241.99º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120AFB is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 10 | 251 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.02 |
| HSL | 241.99º | 0.97% | 0.51% | - |
| HSV(B) | 241.99º | 0.96% | 0.98% | - |
| XYZ | 17.77 | 7.31 | 91.74 | - |
| YUV | 39.87 | 247.15 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 251 | 0.93 | 0.96 | 0 | 0.02 | 241.99 | 0.97 | 0.51 |
| Hex | 12 | A | FB | 5D | 60 | 0 | 2 | F2 | 61 | 33 |
| Octal | 22 | 12 | 373 | 135 | 140 | 0 | 2 | 362 | 141 | 63 |
| Binary | 10010 | 1010 | 11111011 | 1011101 | 1100000 | 0 | 10 | 11110010 | 1100001 | 110011 |
Color Harmonies of #120AFB
Complementary color
Monochromatic Colors of #120AFB
Black with #120AFB
Text Example
Text Example
White with #120AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120AFB; }
p { color: rgb(18,10,251); }
H1.HeaderClassName
{
color: #120AFB;
}
.AnyTagClassName
{
color: #120AFB;
}
</style>
background-color css
<style>
a { background-color: #120AFB; }
a { background-color: rgb(18,10,251); }
div.DivClassName
{
background-color: #120AFB;
}
.BgClassName
{
background-color: #120AFB;
}
</style>
border-color css
<style>
span { border-color: #120AFB; }
span { border-color: rgb(18,10,251); }
td.TdClassName
{
border-color: #120AFB;
}
.TagClassName
{
border-color: #120AFB;
}
</style>