Shades of Medium Blue #0525DC
Tints of Medium Blue #0525DC
RGB
CMYK
RGB Variations
Color information
#0525DC (or 0x0525DC) is known color: Medium Blue. HEX triplet: 05, 25 and DC. RGB value is (5,37,220). Sum of RGB (Red+Green+Blue) = 5+37+220=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #0525DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0525DC is #FADA23. Grayscale: #2F2F2F. Windows color (decimal): -16439844 or 14427397. OLE color: 14427397.
HSL color Cylindrical-coordinate representation of color #0525DC: hue angle of 231.07º 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 #0525DC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 37 | 220 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 231.07º | 0.96% | 0.44% | - |
| HSV(B) | 231.07º | 0.98% | 0.86% | - |
| XYZ | 13.64 | 6.52 | 68.25 | - |
| YUV | 48.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 220 | 0.98 | 0.83 | 0 | 0.14 | 231.07 | 0.96 | 0.44 |
| Hex | 5 | 25 | DC | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 5 | 45 | 334 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 101 | 100101 | 11011100 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0525DC
Complementary color
Monochromatic Colors of #0525DC
Black with #0525DC
Text Example
Text Example
White with #0525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525DC; }
p { color: rgb(5,37,220); }
H1.HeaderClassName
{
color: #0525DC;
}
.AnyTagClassName
{
color: #0525DC;
}
</style>
background-color css
<style>
a { background-color: #0525DC; }
a { background-color: rgb(5,37,220); }
div.DivClassName
{
background-color: #0525DC;
}
.BgClassName
{
background-color: #0525DC;
}
</style>
border-color css
<style>
span { border-color: #0525DC; }
span { border-color: rgb(5,37,220); }
td.TdClassName
{
border-color: #0525DC;
}
.TagClassName
{
border-color: #0525DC;
}
</style>