Shades of Medium Blue #0520C8
Tints of Medium Blue #0520C8
RGB
CMYK
RGB Variations
Color information
#0520C8 (or 0x0520C8) is known color: Medium Blue. HEX triplet: 05, 20 and C8. RGB value is (5,32,200). Sum of RGB (Red+Green+Blue) = 5+32+200=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 200 (78.52% from 255 or 84.39% from 237); Max value from RGB is 200 - color contains mainly: blue. Hex color #0520C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520C8 is #FADF37. Grayscale: #2A2A2A. Windows color (decimal): -16441144 or 13115397. OLE color: 13115397.
HSL color Cylindrical-coordinate representation of color #0520C8: hue angle of 231.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520C8 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 32 | 200 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.22 |
| HSL | 231.69º | 0.95% | 0.4% | - |
| HSV(B) | 231.69º | 0.98% | 0.78% | - |
| XYZ | 11 | 5.24 | 55.07 | - |
| YUV | 43.08 | 216.55 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 200 | 0.98 | 0.84 | 0 | 0.22 | 231.69 | 0.95 | 0.4 |
| Hex | 5 | 20 | C8 | 62 | 54 | 0 | 16 | E8 | 5F | 28 |
| Octal | 5 | 40 | 310 | 142 | 124 | 0 | 26 | 350 | 137 | 50 |
| Binary | 101 | 100000 | 11001000 | 1100010 | 1010100 | 0 | 10110 | 11101000 | 1011111 | 101000 |
Color Harmonies of #0520C8
Complementary color
Monochromatic Colors of #0520C8
Black with #0520C8
Text Example
Text Example
White with #0520C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520C8; }
p { color: rgb(5,32,200); }
H1.HeaderClassName
{
color: #0520C8;
}
.AnyTagClassName
{
color: #0520C8;
}
</style>
background-color css
<style>
a { background-color: #0520C8; }
a { background-color: rgb(5,32,200); }
div.DivClassName
{
background-color: #0520C8;
}
.BgClassName
{
background-color: #0520C8;
}
</style>
border-color css
<style>
span { border-color: #0520C8; }
span { border-color: rgb(5,32,200); }
td.TdClassName
{
border-color: #0520C8;
}
.TagClassName
{
border-color: #0520C8;
}
</style>