Shades of Blue #0021FB
Tints of Blue #0021FB
RGB
CMYK
RGB Variations
Color information
#0021FB (or 0x0021FB) is known color: Blue. HEX triplet: 00, 21 and FB. RGB value is (0,33,251). Sum of RGB (Red+Green+Blue) = 0+33+251=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #0021FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021FB is #FFDE04. Grayscale: #2F2F2F. Windows color (decimal): -16768517 or 16457984. OLE color: 16457984.
HSL color Cylindrical-coordinate representation of color #0021FB: hue angle of 232.11º 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 #0021FB is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 33 | 251 | - |
| CMYK | 1 | 0.87 | 0 | 0.02 |
| HSL | 232.11º | 1% | 0.49% | - |
| HSV(B) | 232.11º | 1% | 0.98% | - |
| XYZ | 17.96 | 8.05 | 91.87 | - |
| YUV | 47.99 | 242.57 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 251 | 1 | 0.87 | 0 | 0.02 | 232.11 | 1 | 0.49 |
| Hex | 0 | 21 | FB | 64 | 57 | 0 | 2 | E8 | 64 | 31 |
| Octal | 0 | 41 | 373 | 144 | 127 | 0 | 2 | 350 | 144 | 61 |
| Binary | 0 | 100001 | 11111011 | 1100100 | 1010111 | 0 | 10 | 11101000 | 1100100 | 110001 |
Color Harmonies of #0021FB
Complementary color
Monochromatic Colors of #0021FB
Black with #0021FB
Text Example
Text Example
White with #0021FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021FB; }
p { color: rgb(0,33,251); }
H1.HeaderClassName
{
color: #0021FB;
}
.AnyTagClassName
{
color: #0021FB;
}
</style>
background-color css
<style>
a { background-color: #0021FB; }
a { background-color: rgb(0,33,251); }
div.DivClassName
{
background-color: #0021FB;
}
.BgClassName
{
background-color: #0021FB;
}
</style>
border-color css
<style>
span { border-color: #0021FB; }
span { border-color: rgb(0,33,251); }
td.TdClassName
{
border-color: #0021FB;
}
.TagClassName
{
border-color: #0021FB;
}
</style>