Shades of Blue #120CFA
Tints of Blue #120CFA
RGB
CMYK
RGB Variations
Color information
#120CFA (or 0x120CFA) is known color: Blue. HEX triplet: 12, 0C and FA. RGB value is (18,12,250). Sum of RGB (Red+Green+Blue) = 18+12+250=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 250 (98.05% from 255 or 89.29% from 280); Max value from RGB is 250 - color contains mainly: blue. Hex color #120CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120CFA is #EDF305. Grayscale: #272727. Windows color (decimal): -15594246 or 16387090. OLE color: 16387090.
HSL color Cylindrical-coordinate representation of color #120CFA: hue angle of 241.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CFA is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 12 | 250 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.02 |
| HSL | 241.51º | 0.96% | 0.51% | - |
| HSV(B) | 241.51º | 0.95% | 0.98% | - |
| XYZ | 17.64 | 7.29 | 90.92 | - |
| YUV | 40.93 | 245.99 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 250 | 0.93 | 0.95 | 0 | 0.02 | 241.51 | 0.96 | 0.51 |
| Hex | 12 | C | FA | 5D | 5F | 0 | 2 | F2 | 60 | 33 |
| Octal | 22 | 14 | 372 | 135 | 137 | 0 | 2 | 362 | 140 | 63 |
| Binary | 10010 | 1100 | 11111010 | 1011101 | 1011111 | 0 | 10 | 11110010 | 1100000 | 110011 |
Color Harmonies of #120CFA
Complementary color
Monochromatic Colors of #120CFA
Black with #120CFA
Text Example
Text Example
White with #120CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CFA; }
p { color: rgb(18,12,250); }
H1.HeaderClassName
{
color: #120CFA;
}
.AnyTagClassName
{
color: #120CFA;
}
</style>
background-color css
<style>
a { background-color: #120CFA; }
a { background-color: rgb(18,12,250); }
div.DivClassName
{
background-color: #120CFA;
}
.BgClassName
{
background-color: #120CFA;
}
</style>
border-color css
<style>
span { border-color: #120CFA; }
span { border-color: rgb(18,12,250); }
td.TdClassName
{
border-color: #120CFA;
}
.TagClassName
{
border-color: #120CFA;
}
</style>