Shades of Blue #2021FE
Tints of Blue #2021FE
RGB
CMYK
RGB Variations
Color information
#2021FE (or 0x2021FE) is known color: Blue. HEX triplet: 20, 21 and FE. RGB value is (32,33,254). Sum of RGB (Red+Green+Blue) = 32+33+254=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #2021FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2021FE is #DFDE01. Grayscale: #393939. Windows color (decimal): -14671362 or 16654624. OLE color: 16654624.
HSL color Cylindrical-coordinate representation of color #2021FE: hue angle of 239.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2021FE is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 33 | 254 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.00 |
| HSL | 239.73º | 0.99% | 0.56% | - |
| HSV(B) | 239.73º | 0.87% | 1% | - |
| XYZ | 19.03 | 8.55 | 94.41 | - |
| YUV | 57.9 | 238.67 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 254 | 0.87 | 0.87 | 0 | 0.00 | 239.73 | 0.99 | 0.56 |
| Hex | 20 | 21 | FE | 57 | 57 | 0 | 0 | F0 | 63 | 38 |
| Octal | 40 | 41 | 376 | 127 | 127 | 0 | 0 | 360 | 143 | 70 |
| Binary | 100000 | 100001 | 11111110 | 1010111 | 1010111 | 0 | 0 | 11110000 | 1100011 | 111000 |
Color Harmonies of #2021FE
Complementary color
Monochromatic Colors of #2021FE
Black with #2021FE
Text Example
Text Example
White with #2021FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021FE; }
p { color: rgb(32,33,254); }
H1.HeaderClassName
{
color: #2021FE;
}
.AnyTagClassName
{
color: #2021FE;
}
</style>
background-color css
<style>
a { background-color: #2021FE; }
a { background-color: rgb(32,33,254); }
div.DivClassName
{
background-color: #2021FE;
}
.BgClassName
{
background-color: #2021FE;
}
</style>
border-color css
<style>
span { border-color: #2021FE; }
span { border-color: rgb(32,33,254); }
td.TdClassName
{
border-color: #2021FE;
}
.TagClassName
{
border-color: #2021FE;
}
</style>