Shades of Blue #0521EC
Tints of Blue #0521EC
RGB
CMYK
RGB Variations
Color information
#0521EC (or 0x0521EC) is known color: Blue. HEX triplet: 05, 21 and EC. RGB value is (5,33,236). Sum of RGB (Red+Green+Blue) = 5+33+236=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 236 (92.58% from 255 or 86.13% from 274); Max value from RGB is 236 - color contains mainly: blue. Hex color #0521EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0521EC is #FADE13. Grayscale: #2E2E2E. Windows color (decimal): -16440852 or 15474949. OLE color: 15474949.
HSL color Cylindrical-coordinate representation of color #0521EC: hue angle of 232.73º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0521EC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 33 | 236 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.07 |
| HSL | 232.73º | 0.96% | 0.47% | - |
| HSV(B) | 232.73º | 0.98% | 0.93% | - |
| XYZ | 15.75 | 7.18 | 79.91 | - |
| YUV | 47.77 | 234.22 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 236 | 0.98 | 0.86 | 0 | 0.07 | 232.73 | 0.96 | 0.47 |
| Hex | 5 | 21 | EC | 62 | 56 | 0 | 7 | E9 | 60 | 2F |
| Octal | 5 | 41 | 354 | 142 | 126 | 0 | 7 | 351 | 140 | 57 |
| Binary | 101 | 100001 | 11101100 | 1100010 | 1010110 | 0 | 111 | 11101001 | 1100000 | 101111 |
Color Harmonies of #0521EC
Complementary color
Monochromatic Colors of #0521EC
Black with #0521EC
Text Example
Text Example
White with #0521EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521EC; }
p { color: rgb(5,33,236); }
H1.HeaderClassName
{
color: #0521EC;
}
.AnyTagClassName
{
color: #0521EC;
}
</style>
background-color css
<style>
a { background-color: #0521EC; }
a { background-color: rgb(5,33,236); }
div.DivClassName
{
background-color: #0521EC;
}
.BgClassName
{
background-color: #0521EC;
}
</style>
border-color css
<style>
span { border-color: #0521EC; }
span { border-color: rgb(5,33,236); }
td.TdClassName
{
border-color: #0521EC;
}
.TagClassName
{
border-color: #0521EC;
}
</style>