Shades of Blue #0020FB
Tints of Blue #0020FB
RGB
CMYK
RGB Variations
Color information
#0020FB (or 0x0020FB) is known color: Blue. HEX triplet: 00, 20 and FB. RGB value is (0,32,251). Sum of RGB (Red+Green+Blue) = 0+32+251=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #0020FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0020FB is #FFDF04. Grayscale: #2E2E2E. Windows color (decimal): -16768773 or 16457728. OLE color: 16457728.
HSL color Cylindrical-coordinate representation of color #0020FB: hue angle of 232.35º 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 #0020FB is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 32 | 251 | - |
| CMYK | 1 | 0.87 | 0 | 0.02 |
| HSL | 232.35º | 1% | 0.49% | - |
| HSV(B) | 232.35º | 1% | 0.98% | - |
| XYZ | 17.93 | 8 | 91.87 | - |
| YUV | 47.4 | 242.9 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 251 | 1 | 0.87 | 0 | 0.02 | 232.35 | 1 | 0.49 |
| Hex | 0 | 20 | FB | 64 | 57 | 0 | 2 | E8 | 64 | 31 |
| Octal | 0 | 40 | 373 | 144 | 127 | 0 | 2 | 350 | 144 | 61 |
| Binary | 0 | 100000 | 11111011 | 1100100 | 1010111 | 0 | 10 | 11101000 | 1100100 | 110001 |
Color Harmonies of #0020FB
Complementary color
Monochromatic Colors of #0020FB
Black with #0020FB
Text Example
Text Example
White with #0020FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020FB; }
p { color: rgb(0,32,251); }
H1.HeaderClassName
{
color: #0020FB;
}
.AnyTagClassName
{
color: #0020FB;
}
</style>
background-color css
<style>
a { background-color: #0020FB; }
a { background-color: rgb(0,32,251); }
div.DivClassName
{
background-color: #0020FB;
}
.BgClassName
{
background-color: #0020FB;
}
</style>
border-color css
<style>
span { border-color: #0020FB; }
span { border-color: rgb(0,32,251); }
td.TdClassName
{
border-color: #0020FB;
}
.TagClassName
{
border-color: #0020FB;
}
</style>