Shades of Blue #120BFF
Tints of Blue #120BFF
RGB
CMYK
RGB Variations
Color information
#120BFF (or 0x120BFF) is known color: Blue. HEX triplet: 12, 0B and FF. RGB value is (18,11,255). Sum of RGB (Red+Green+Blue) = 18+11+255=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #120BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120BFF is #EDF400. Grayscale: #272727. Windows color (decimal): -15594497 or 16714514. OLE color: 16714514.
HSL color Cylindrical-coordinate representation of color #120BFF: hue angle of 241.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120BFF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 11 | 255 | - |
| CMYK | 0.93 | 0.96 | 0 | 0 |
| HSL | 241.72º | 1% | 0.52% | - |
| HSV(B) | 241.72º | 0.96% | 1% | - |
| XYZ | 18.42 | 7.59 | 95.1 | - |
| YUV | 40.91 | 248.82 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 255 | 0.93 | 0.96 | 0 | 0 | 241.72 | 1 | 0.52 |
| Hex | 12 | B | FF | 5D | 60 | 0 | 0 | F2 | 64 | 34 |
| Octal | 22 | 13 | 377 | 135 | 140 | 0 | 0 | 362 | 144 | 64 |
| Binary | 10010 | 1011 | 11111111 | 1011101 | 1100000 | 0 | 0 | 11110010 | 1100100 | 110100 |
Color Harmonies of #120BFF
Complementary color
Monochromatic Colors of #120BFF
Black with #120BFF
Text Example
Text Example
White with #120BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120BFF; }
p { color: rgb(18,11,255); }
H1.HeaderClassName
{
color: #120BFF;
}
.AnyTagClassName
{
color: #120BFF;
}
</style>
background-color css
<style>
a { background-color: #120BFF; }
a { background-color: rgb(18,11,255); }
div.DivClassName
{
background-color: #120BFF;
}
.BgClassName
{
background-color: #120BFF;
}
</style>
border-color css
<style>
span { border-color: #120BFF; }
span { border-color: rgb(18,11,255); }
td.TdClassName
{
border-color: #120BFF;
}
.TagClassName
{
border-color: #120BFF;
}
</style>