Shades of Blue #0520FA
Tints of Blue #0520FA
RGB
CMYK
RGB Variations
Color information
#0520FA (or 0x0520FA) is known color: Blue. HEX triplet: 05, 20 and FA. RGB value is (5,32,250). Sum of RGB (Red+Green+Blue) = 5+32+250=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #0520FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0520FA is #FADF05. Grayscale: #2F2F2F. Windows color (decimal): -16441094 or 16392197. OLE color: 16392197.
HSL color Cylindrical-coordinate representation of color #0520FA: hue angle of 233.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520FA is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 32 | 250 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.02 |
| HSL | 233.39º | 0.96% | 0.5% | - |
| HSV(B) | 233.39º | 0.98% | 0.98% | - |
| XYZ | 17.83 | 7.97 | 91.04 | - |
| YUV | 48.78 | 241.55 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 250 | 0.98 | 0.87 | 0 | 0.02 | 233.39 | 0.96 | 0.5 |
| Hex | 5 | 20 | FA | 62 | 57 | 0 | 2 | E9 | 60 | 32 |
| Octal | 5 | 40 | 372 | 142 | 127 | 0 | 2 | 351 | 140 | 62 |
| Binary | 101 | 100000 | 11111010 | 1100010 | 1010111 | 0 | 10 | 11101001 | 1100000 | 110010 |
Color Harmonies of #0520FA
Complementary color
Monochromatic Colors of #0520FA
Black with #0520FA
Text Example
Text Example
White with #0520FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520FA; }
p { color: rgb(5,32,250); }
H1.HeaderClassName
{
color: #0520FA;
}
.AnyTagClassName
{
color: #0520FA;
}
</style>
background-color css
<style>
a { background-color: #0520FA; }
a { background-color: rgb(5,32,250); }
div.DivClassName
{
background-color: #0520FA;
}
.BgClassName
{
background-color: #0520FA;
}
</style>
border-color css
<style>
span { border-color: #0520FA; }
span { border-color: rgb(5,32,250); }
td.TdClassName
{
border-color: #0520FA;
}
.TagClassName
{
border-color: #0520FA;
}
</style>