Shades of Blue #2001FC
Tints of Blue #2001FC
RGB
CMYK
RGB Variations
Color information
#2001FC (or 0x2001FC) is known color: Blue. HEX triplet: 20, 01 and FC. RGB value is (32,1,252). Sum of RGB (Red+Green+Blue) = 32+1+252=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 252 (98.83% from 255 or 88.42% from 285); Max value from RGB is 252 - color contains mainly: blue. Hex color #2001FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2001FC is #DFFE03. Grayscale: #252525. Windows color (decimal): -14679556 or 16515360. OLE color: 16515360.
HSL color Cylindrical-coordinate representation of color #2001FC: hue angle of 247.41º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2001FC is Cyan = 0.87, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 1 | 252 | - |
| CMYK | 0.87 | 1.00 | 0 | 0.01 |
| HSL | 247.41º | 0.99% | 0.5% | - |
| HSV(B) | 247.41º | 1% | 0.99% | - |
| XYZ | 18.18 | 7.36 | 92.56 | - |
| YUV | 38.88 | 248.27 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 252 | 0.87 | 1.00 | 0 | 0.01 | 247.41 | 0.99 | 0.5 |
| Hex | 20 | 1 | FC | 57 | 64 | 0 | 1 | F7 | 63 | 32 |
| Octal | 40 | 1 | 374 | 127 | 144 | 0 | 1 | 367 | 143 | 62 |
| Binary | 100000 | 1 | 11111100 | 1010111 | 1100100 | 0 | 1 | 11110111 | 1100011 | 110010 |
Color Harmonies of #2001FC
Complementary color
Monochromatic Colors of #2001FC
Black with #2001FC
Text Example
Text Example
White with #2001FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001FC; }
p { color: rgb(32,1,252); }
H1.HeaderClassName
{
color: #2001FC;
}
.AnyTagClassName
{
color: #2001FC;
}
</style>
background-color css
<style>
a { background-color: #2001FC; }
a { background-color: rgb(32,1,252); }
div.DivClassName
{
background-color: #2001FC;
}
.BgClassName
{
background-color: #2001FC;
}
</style>
border-color css
<style>
span { border-color: #2001FC; }
span { border-color: rgb(32,1,252); }
td.TdClassName
{
border-color: #2001FC;
}
.TagClassName
{
border-color: #2001FC;
}
</style>