Shades of Medium Blue #0520CD
Tints of Medium Blue #0520CD
RGB
CMYK
RGB Variations
Color information
#0520CD (or 0x0520CD) is known color: Medium Blue. HEX triplet: 05, 20 and CD. RGB value is (5,32,205). Sum of RGB (Red+Green+Blue) = 5+32+205=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #0520CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520CD is #FADF32. Grayscale: #2A2A2A. Windows color (decimal): -16441139 or 13443077. OLE color: 13443077.
HSL color Cylindrical-coordinate representation of color #0520CD: hue angle of 231.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520CD is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 32 | 205 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.20 |
| HSL | 231.9º | 0.95% | 0.41% | - |
| HSV(B) | 231.9º | 0.98% | 0.8% | - |
| XYZ | 11.6 | 5.47 | 58.2 | - |
| YUV | 43.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 205 | 0.98 | 0.84 | 0 | 0.20 | 231.9 | 0.95 | 0.41 |
| Hex | 5 | 20 | CD | 62 | 54 | 0 | 14 | E8 | 5F | 29 |
| Octal | 5 | 40 | 315 | 142 | 124 | 0 | 24 | 350 | 137 | 51 |
| Binary | 101 | 100000 | 11001101 | 1100010 | 1010100 | 0 | 10100 | 11101000 | 1011111 | 101001 |
Color Harmonies of #0520CD
Complementary color
Monochromatic Colors of #0520CD
Black with #0520CD
Text Example
Text Example
White with #0520CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520CD; }
p { color: rgb(5,32,205); }
H1.HeaderClassName
{
color: #0520CD;
}
.AnyTagClassName
{
color: #0520CD;
}
</style>
background-color css
<style>
a { background-color: #0520CD; }
a { background-color: rgb(5,32,205); }
div.DivClassName
{
background-color: #0520CD;
}
.BgClassName
{
background-color: #0520CD;
}
</style>
border-color css
<style>
span { border-color: #0520CD; }
span { border-color: rgb(5,32,205); }
td.TdClassName
{
border-color: #0520CD;
}
.TagClassName
{
border-color: #0520CD;
}
</style>