Shades of Blue #2012FA
Tints of Blue #2012FA
RGB
CMYK
RGB Variations
Color information
#2012FA (or 0x2012FA) is known color: Blue. HEX triplet: 20, 12 and FA. RGB value is (32,18,250). Sum of RGB (Red+Green+Blue) = 32+18+250=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #2012FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2012FA is #DFED05. Grayscale: #2F2F2F. Windows color (decimal): -14675206 or 16388640. OLE color: 16388640.
HSL color Cylindrical-coordinate representation of color #2012FA: hue angle of 243.62º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2012FA is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 18 | 250 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.02 |
| HSL | 243.62º | 0.96% | 0.53% | - |
| HSV(B) | 243.62º | 0.93% | 0.98% | - |
| XYZ | 18.07 | 7.64 | 90.97 | - |
| YUV | 48.63 | 241.64 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 250 | 0.87 | 0.93 | 0 | 0.02 | 243.62 | 0.96 | 0.53 |
| Hex | 20 | 12 | FA | 57 | 5D | 0 | 2 | F4 | 60 | 35 |
| Octal | 40 | 22 | 372 | 127 | 135 | 0 | 2 | 364 | 140 | 65 |
| Binary | 100000 | 10010 | 11111010 | 1010111 | 1011101 | 0 | 10 | 11110100 | 1100000 | 110101 |
Color Harmonies of #2012FA
Complementary color
Monochromatic Colors of #2012FA
Black with #2012FA
Text Example
Text Example
White with #2012FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012FA; }
p { color: rgb(32,18,250); }
H1.HeaderClassName
{
color: #2012FA;
}
.AnyTagClassName
{
color: #2012FA;
}
</style>
background-color css
<style>
a { background-color: #2012FA; }
a { background-color: rgb(32,18,250); }
div.DivClassName
{
background-color: #2012FA;
}
.BgClassName
{
background-color: #2012FA;
}
</style>
border-color css
<style>
span { border-color: #2012FA; }
span { border-color: rgb(32,18,250); }
td.TdClassName
{
border-color: #2012FA;
}
.TagClassName
{
border-color: #2012FA;
}
</style>