Shades of Medium Blue #0522DC
Tints of Medium Blue #0522DC
RGB
CMYK
RGB Variations
Color information
#0522DC (or 0x0522DC) is known color: Medium Blue. HEX triplet: 05, 22 and DC. RGB value is (5,34,220). Sum of RGB (Red+Green+Blue) = 5+34+220=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #0522DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0522DC is #FADD23. Grayscale: #2D2D2D. Windows color (decimal): -16440612 or 14426629. OLE color: 14426629.
HSL color Cylindrical-coordinate representation of color #0522DC: hue angle of 231.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0522DC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 34 | 220 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.14 |
| HSL | 231.91º | 0.96% | 0.44% | - |
| HSV(B) | 231.91º | 0.98% | 0.86% | - |
| XYZ | 13.55 | 6.34 | 68.22 | - |
| YUV | 46.53 | 225.89 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 220 | 0.98 | 0.85 | 0 | 0.14 | 231.91 | 0.96 | 0.44 |
| Hex | 5 | 22 | DC | 62 | 55 | 0 | E | E8 | 60 | 2C |
| Octal | 5 | 42 | 334 | 142 | 125 | 0 | 16 | 350 | 140 | 54 |
| Binary | 101 | 100010 | 11011100 | 1100010 | 1010101 | 0 | 1110 | 11101000 | 1100000 | 101100 |
Color Harmonies of #0522DC
Complementary color
Monochromatic Colors of #0522DC
Black with #0522DC
Text Example
Text Example
White with #0522DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0522DC; }
p { color: rgb(5,34,220); }
H1.HeaderClassName
{
color: #0522DC;
}
.AnyTagClassName
{
color: #0522DC;
}
</style>
background-color css
<style>
a { background-color: #0522DC; }
a { background-color: rgb(5,34,220); }
div.DivClassName
{
background-color: #0522DC;
}
.BgClassName
{
background-color: #0522DC;
}
</style>
border-color css
<style>
span { border-color: #0522DC; }
span { border-color: rgb(5,34,220); }
td.TdClassName
{
border-color: #0522DC;
}
.TagClassName
{
border-color: #0522DC;
}
</style>