Shades of Blue #2011FC
Tints of Blue #2011FC
RGB
CMYK
RGB Variations
Color information
#2011FC (or 0x2011FC) is known color: Blue. HEX triplet: 20, 11 and FC. RGB value is (32,17,252). Sum of RGB (Red+Green+Blue) = 32+17+252=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 252 (98.83% from 255 or 83.72% from 301); Max value from RGB is 252 - color contains mainly: blue. Hex color #2011FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011FC is #DFEE03. Grayscale: #2F2F2F. Windows color (decimal): -14675460 or 16519456. OLE color: 16519456.
HSL color Cylindrical-coordinate representation of color #2011FC: hue angle of 243.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011FC is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 17 | 252 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.01 |
| HSL | 243.83º | 0.98% | 0.53% | - |
| HSV(B) | 243.83º | 0.93% | 0.99% | - |
| XYZ | 18.37 | 7.74 | 92.62 | - |
| YUV | 48.28 | 242.97 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 252 | 0.87 | 0.93 | 0 | 0.01 | 243.83 | 0.98 | 0.53 |
| Hex | 20 | 11 | FC | 57 | 5D | 0 | 1 | F4 | 62 | 35 |
| Octal | 40 | 21 | 374 | 127 | 135 | 0 | 1 | 364 | 142 | 65 |
| Binary | 100000 | 10001 | 11111100 | 1010111 | 1011101 | 0 | 1 | 11110100 | 1100010 | 110101 |
Color Harmonies of #2011FC
Complementary color
Monochromatic Colors of #2011FC
Black with #2011FC
Text Example
Text Example
White with #2011FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011FC; }
p { color: rgb(32,17,252); }
H1.HeaderClassName
{
color: #2011FC;
}
.AnyTagClassName
{
color: #2011FC;
}
</style>
background-color css
<style>
a { background-color: #2011FC; }
a { background-color: rgb(32,17,252); }
div.DivClassName
{
background-color: #2011FC;
}
.BgClassName
{
background-color: #2011FC;
}
</style>
border-color css
<style>
span { border-color: #2011FC; }
span { border-color: rgb(32,17,252); }
td.TdClassName
{
border-color: #2011FC;
}
.TagClassName
{
border-color: #2011FC;
}
</style>