Shades of Blue #0520FC
Tints of Blue #0520FC
RGB
CMYK
RGB Variations
Color information
#0520FC (or 0x0520FC) is known color: Blue. HEX triplet: 05, 20 and FC. RGB value is (5,32,252). Sum of RGB (Red+Green+Blue) = 5+32+252=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 252 (98.83% from 255 or 87.20% from 289); Max value from RGB is 252 - color contains mainly: blue. Hex color #0520FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0520FC is #FADF03. Grayscale: #303030. Windows color (decimal): -16441092 or 16523269. OLE color: 16523269.
HSL color Cylindrical-coordinate representation of color #0520FC: hue angle of 233.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520FC is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 32 | 252 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.01 |
| HSL | 233.44º | 0.98% | 0.5% | - |
| HSV(B) | 233.44º | 0.98% | 0.99% | - |
| XYZ | 18.15 | 8.09 | 92.7 | - |
| YUV | 49.01 | 242.55 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 252 | 0.98 | 0.87 | 0 | 0.01 | 233.44 | 0.98 | 0.5 |
| Hex | 5 | 20 | FC | 62 | 57 | 0 | 1 | E9 | 62 | 32 |
| Octal | 5 | 40 | 374 | 142 | 127 | 0 | 1 | 351 | 142 | 62 |
| Binary | 101 | 100000 | 11111100 | 1100010 | 1010111 | 0 | 1 | 11101001 | 1100010 | 110010 |
Color Harmonies of #0520FC
Complementary color
Monochromatic Colors of #0520FC
Black with #0520FC
Text Example
Text Example
White with #0520FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520FC; }
p { color: rgb(5,32,252); }
H1.HeaderClassName
{
color: #0520FC;
}
.AnyTagClassName
{
color: #0520FC;
}
</style>
background-color css
<style>
a { background-color: #0520FC; }
a { background-color: rgb(5,32,252); }
div.DivClassName
{
background-color: #0520FC;
}
.BgClassName
{
background-color: #0520FC;
}
</style>
border-color css
<style>
span { border-color: #0520FC; }
span { border-color: rgb(5,32,252); }
td.TdClassName
{
border-color: #0520FC;
}
.TagClassName
{
border-color: #0520FC;
}
</style>