Shades of Blue #120CFE
Tints of Blue #120CFE
RGB
CMYK
RGB Variations
Color information
#120CFE (or 0x120CFE) is known color: Blue. HEX triplet: 12, 0C and FE. RGB value is (18,12,254). Sum of RGB (Red+Green+Blue) = 18+12+254=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 254 (99.61% from 255 or 89.44% from 284); Max value from RGB is 254 - color contains mainly: blue. Hex color #120CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120CFE is #EDF301. Grayscale: #282828. Windows color (decimal): -15594242 or 16649234. OLE color: 16649234.
HSL color Cylindrical-coordinate representation of color #120CFE: hue angle of 241.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CFE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 12 | 254 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.00 |
| HSL | 241.49º | 0.99% | 0.52% | - |
| HSV(B) | 241.49º | 0.95% | 1% | - |
| XYZ | 18.27 | 7.55 | 94.26 | - |
| YUV | 41.38 | 247.99 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 254 | 0.93 | 0.95 | 0 | 0.00 | 241.49 | 0.99 | 0.52 |
| Hex | 12 | C | FE | 5D | 5F | 0 | 0 | F1 | 63 | 34 |
| Octal | 22 | 14 | 376 | 135 | 137 | 0 | 0 | 361 | 143 | 64 |
| Binary | 10010 | 1100 | 11111110 | 1011101 | 1011111 | 0 | 0 | 11110001 | 1100011 | 110100 |
Color Harmonies of #120CFE
Complementary color
Monochromatic Colors of #120CFE
Black with #120CFE
Text Example
Text Example
White with #120CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CFE; }
p { color: rgb(18,12,254); }
H1.HeaderClassName
{
color: #120CFE;
}
.AnyTagClassName
{
color: #120CFE;
}
</style>
background-color css
<style>
a { background-color: #120CFE; }
a { background-color: rgb(18,12,254); }
div.DivClassName
{
background-color: #120CFE;
}
.BgClassName
{
background-color: #120CFE;
}
</style>
border-color css
<style>
span { border-color: #120CFE; }
span { border-color: rgb(18,12,254); }
td.TdClassName
{
border-color: #120CFE;
}
.TagClassName
{
border-color: #120CFE;
}
</style>