Shades of Blue #2011FD
Tints of Blue #2011FD
RGB
CMYK
RGB Variations
Color information
#2011FD (or 0x2011FD) is known color: Blue. HEX triplet: 20, 11 and FD. RGB value is (32,17,253). Sum of RGB (Red+Green+Blue) = 32+17+253=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #2011FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011FD is #DFEE02. Grayscale: #2F2F2F. Windows color (decimal): -14675459 or 16584992. OLE color: 16584992.
HSL color Cylindrical-coordinate representation of color #2011FD: hue angle of 243.81º 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 #2011FD is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 17 | 253 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.01 |
| HSL | 243.81º | 0.98% | 0.53% | - |
| HSV(B) | 243.81º | 0.93% | 0.99% | - |
| XYZ | 18.53 | 7.8 | 93.46 | - |
| YUV | 48.39 | 243.47 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 253 | 0.87 | 0.93 | 0 | 0.01 | 243.81 | 0.98 | 0.53 |
| Hex | 20 | 11 | FD | 57 | 5D | 0 | 1 | F4 | 62 | 35 |
| Octal | 40 | 21 | 375 | 127 | 135 | 0 | 1 | 364 | 142 | 65 |
| Binary | 100000 | 10001 | 11111101 | 1010111 | 1011101 | 0 | 1 | 11110100 | 1100010 | 110101 |
Color Harmonies of #2011FD
Complementary color
Monochromatic Colors of #2011FD
Black with #2011FD
Text Example
Text Example
White with #2011FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011FD; }
p { color: rgb(32,17,253); }
H1.HeaderClassName
{
color: #2011FD;
}
.AnyTagClassName
{
color: #2011FD;
}
</style>
background-color css
<style>
a { background-color: #2011FD; }
a { background-color: rgb(32,17,253); }
div.DivClassName
{
background-color: #2011FD;
}
.BgClassName
{
background-color: #2011FD;
}
</style>
border-color css
<style>
span { border-color: #2011FD; }
span { border-color: rgb(32,17,253); }
td.TdClassName
{
border-color: #2011FD;
}
.TagClassName
{
border-color: #2011FD;
}
</style>