Shades of Blue #0020FE
Tints of Blue #0020FE
RGB
CMYK
RGB Variations
Color information
#0020FE (or 0x0020FE) is known color: Blue. HEX triplet: 00, 20 and FE. RGB value is (0,32,254). Sum of RGB (Red+Green+Blue) = 0+32+254=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 254 (99.61% from 255 or 88.81% from 286); Max value from RGB is 254 - color contains mainly: blue. Hex color #0020FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0020FE is #FFDF01. Grayscale: #2E2E2E. Windows color (decimal): -16768770 or 16654336. OLE color: 16654336.
HSL color Cylindrical-coordinate representation of color #0020FE: hue angle of 232.44º 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 #0020FE is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 32 | 254 | - |
| CMYK | 1 | 0.87 | 0 | 0.00 |
| HSL | 232.44º | 1% | 0.5% | - |
| HSV(B) | 232.44º | 1% | 1% | - |
| XYZ | 18.41 | 8.19 | 94.38 | - |
| YUV | 47.74 | 244.4 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 254 | 1 | 0.87 | 0 | 0.00 | 232.44 | 1 | 0.5 |
| Hex | 0 | 20 | FE | 64 | 57 | 0 | 0 | E8 | 64 | 32 |
| Octal | 0 | 40 | 376 | 144 | 127 | 0 | 0 | 350 | 144 | 62 |
| Binary | 0 | 100000 | 11111110 | 1100100 | 1010111 | 0 | 0 | 11101000 | 1100100 | 110010 |
Color Harmonies of #0020FE
Complementary color
Monochromatic Colors of #0020FE
Black with #0020FE
Text Example
Text Example
White with #0020FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020FE; }
p { color: rgb(0,32,254); }
H1.HeaderClassName
{
color: #0020FE;
}
.AnyTagClassName
{
color: #0020FE;
}
</style>
background-color css
<style>
a { background-color: #0020FE; }
a { background-color: rgb(0,32,254); }
div.DivClassName
{
background-color: #0020FE;
}
.BgClassName
{
background-color: #0020FE;
}
</style>
border-color css
<style>
span { border-color: #0020FE; }
span { border-color: rgb(0,32,254); }
td.TdClassName
{
border-color: #0020FE;
}
.TagClassName
{
border-color: #0020FE;
}
</style>