Shades of Blue #0021FE
Tints of Blue #0021FE
RGB
CMYK
RGB Variations
Color information
#0021FE (or 0x0021FE) is known color: Blue. HEX triplet: 00, 21 and FE. RGB value is (0,33,254). Sum of RGB (Red+Green+Blue) = 0+33+254=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #0021FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021FE is #FFDE01. Grayscale: #2F2F2F. Windows color (decimal): -16768514 or 16654592. OLE color: 16654592.
HSL color Cylindrical-coordinate representation of color #0021FE: hue angle of 232.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021FE is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 33 | 254 | - |
| CMYK | 1 | 0.87 | 0 | 0.00 |
| HSL | 232.2º | 1% | 0.5% | - |
| HSV(B) | 232.2º | 1% | 1% | - |
| XYZ | 18.43 | 8.24 | 94.39 | - |
| YUV | 48.33 | 244.07 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 254 | 1 | 0.87 | 0 | 0.00 | 232.2 | 1 | 0.5 |
| Hex | 0 | 21 | FE | 64 | 57 | 0 | 0 | E8 | 64 | 32 |
| Octal | 0 | 41 | 376 | 144 | 127 | 0 | 0 | 350 | 144 | 62 |
| Binary | 0 | 100001 | 11111110 | 1100100 | 1010111 | 0 | 0 | 11101000 | 1100100 | 110010 |
Color Harmonies of #0021FE
Complementary color
Monochromatic Colors of #0021FE
Black with #0021FE
Text Example
Text Example
White with #0021FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021FE; }
p { color: rgb(0,33,254); }
H1.HeaderClassName
{
color: #0021FE;
}
.AnyTagClassName
{
color: #0021FE;
}
</style>
background-color css
<style>
a { background-color: #0021FE; }
a { background-color: rgb(0,33,254); }
div.DivClassName
{
background-color: #0021FE;
}
.BgClassName
{
background-color: #0021FE;
}
</style>
border-color css
<style>
span { border-color: #0021FE; }
span { border-color: rgb(0,33,254); }
td.TdClassName
{
border-color: #0021FE;
}
.TagClassName
{
border-color: #0021FE;
}
</style>