Shades of Medium Blue #0526DC
Tints of Medium Blue #0526DC
RGB
CMYK
RGB Variations
Color information
#0526DC (or 0x0526DC) is known color: Medium Blue. HEX triplet: 05, 26 and DC. RGB value is (5,38,220). Sum of RGB (Red+Green+Blue) = 5+38+220=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #0526DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526DC is #FAD923. Grayscale: #303030. Windows color (decimal): -16439588 or 14427653. OLE color: 14427653.
HSL color Cylindrical-coordinate representation of color #0526DC: hue angle of 230.79º 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 #0526DC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 38 | 220 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 230.79º | 0.96% | 0.44% | - |
| HSV(B) | 230.79º | 0.98% | 0.86% | - |
| XYZ | 13.67 | 6.59 | 68.26 | - |
| YUV | 48.88 | 224.57 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 220 | 0.98 | 0.83 | 0 | 0.14 | 230.79 | 0.96 | 0.44 |
| Hex | 5 | 26 | DC | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 5 | 46 | 334 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 101 | 100110 | 11011100 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0526DC
Complementary color
Monochromatic Colors of #0526DC
Black with #0526DC
Text Example
Text Example
White with #0526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526DC; }
p { color: rgb(5,38,220); }
H1.HeaderClassName
{
color: #0526DC;
}
.AnyTagClassName
{
color: #0526DC;
}
</style>
background-color css
<style>
a { background-color: #0526DC; }
a { background-color: rgb(5,38,220); }
div.DivClassName
{
background-color: #0526DC;
}
.BgClassName
{
background-color: #0526DC;
}
</style>
border-color css
<style>
span { border-color: #0526DC; }
span { border-color: rgb(5,38,220); }
td.TdClassName
{
border-color: #0526DC;
}
.TagClassName
{
border-color: #0526DC;
}
</style>