Shades of Blue #0520EB
Tints of Blue #0520EB
RGB
CMYK
RGB Variations
Color information
#0520EB (or 0x0520EB) is known color: Blue. HEX triplet: 05, 20 and EB. RGB value is (5,32,235). Sum of RGB (Red+Green+Blue) = 5+32+235=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 235 (92.19% from 255 or 86.40% from 272); Max value from RGB is 235 - color contains mainly: blue. Hex color #0520EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0520EB is #FADF14. Grayscale: #2E2E2E. Windows color (decimal): -16441109 or 15409157. OLE color: 15409157.
HSL color Cylindrical-coordinate representation of color #0520EB: hue angle of 232.96º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520EB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 32 | 235 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.08 |
| HSL | 232.96º | 0.96% | 0.47% | - |
| HSV(B) | 232.96º | 0.98% | 0.92% | - |
| XYZ | 15.57 | 7.06 | 79.14 | - |
| YUV | 47.07 | 234.05 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 235 | 0.98 | 0.86 | 0 | 0.08 | 232.96 | 0.96 | 0.47 |
| Hex | 5 | 20 | EB | 62 | 56 | 0 | 8 | E9 | 60 | 2F |
| Octal | 5 | 40 | 353 | 142 | 126 | 0 | 10 | 351 | 140 | 57 |
| Binary | 101 | 100000 | 11101011 | 1100010 | 1010110 | 0 | 1000 | 11101001 | 1100000 | 101111 |
Color Harmonies of #0520EB
Complementary color
Monochromatic Colors of #0520EB
Black with #0520EB
Text Example
Text Example
White with #0520EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520EB; }
p { color: rgb(5,32,235); }
H1.HeaderClassName
{
color: #0520EB;
}
.AnyTagClassName
{
color: #0520EB;
}
</style>
background-color css
<style>
a { background-color: #0520EB; }
a { background-color: rgb(5,32,235); }
div.DivClassName
{
background-color: #0520EB;
}
.BgClassName
{
background-color: #0520EB;
}
</style>
border-color css
<style>
span { border-color: #0520EB; }
span { border-color: rgb(5,32,235); }
td.TdClassName
{
border-color: #0520EB;
}
.TagClassName
{
border-color: #0520EB;
}
</style>