Shades of Blue #0020FA
Tints of Blue #0020FA
RGB
CMYK
RGB Variations
Color information
#0020FA (or 0x0020FA) is known color: Blue. HEX triplet: 00, 20 and FA. RGB value is (0,32,250). Sum of RGB (Red+Green+Blue) = 0+32+250=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #0020FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0020FA is #FFDF05. Grayscale: #2E2E2E. Windows color (decimal): -16768774 or 16392192. OLE color: 16392192.
HSL color Cylindrical-coordinate representation of color #0020FA: hue angle of 232.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020FA is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 32 | 250 | - |
| CMYK | 1 | 0.87 | 0 | 0.02 |
| HSL | 232.32º | 1% | 0.49% | - |
| HSV(B) | 232.32º | 1% | 0.98% | - |
| XYZ | 17.77 | 7.94 | 91.04 | - |
| YUV | 47.28 | 242.4 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 250 | 1 | 0.87 | 0 | 0.02 | 232.32 | 1 | 0.49 |
| Hex | 0 | 20 | FA | 64 | 57 | 0 | 2 | E8 | 64 | 31 |
| Octal | 0 | 40 | 372 | 144 | 127 | 0 | 2 | 350 | 144 | 61 |
| Binary | 0 | 100000 | 11111010 | 1100100 | 1010111 | 0 | 10 | 11101000 | 1100100 | 110001 |
Color Harmonies of #0020FA
Complementary color
Monochromatic Colors of #0020FA
Black with #0020FA
Text Example
Text Example
White with #0020FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020FA; }
p { color: rgb(0,32,250); }
H1.HeaderClassName
{
color: #0020FA;
}
.AnyTagClassName
{
color: #0020FA;
}
</style>
background-color css
<style>
a { background-color: #0020FA; }
a { background-color: rgb(0,32,250); }
div.DivClassName
{
background-color: #0020FA;
}
.BgClassName
{
background-color: #0020FA;
}
</style>
border-color css
<style>
span { border-color: #0020FA; }
span { border-color: rgb(0,32,250); }
td.TdClassName
{
border-color: #0020FA;
}
.TagClassName
{
border-color: #0020FA;
}
</style>