Shades of Medium Blue #0526DD
Tints of Medium Blue #0526DD
RGB
CMYK
RGB Variations
Color information
#0526DD (or 0x0526DD) is known color: Medium Blue. HEX triplet: 05, 26 and DD. RGB value is (5,38,221). Sum of RGB (Red+Green+Blue) = 5+38+221=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #0526DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526DD is #FAD922. Grayscale: #303030. Windows color (decimal): -16439587 or 14493189. OLE color: 14493189.
HSL color Cylindrical-coordinate representation of color #0526DD: hue angle of 230.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0526DD is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 38 | 221 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.13 |
| HSL | 230.83º | 0.96% | 0.44% | - |
| HSV(B) | 230.83º | 0.98% | 0.87% | - |
| XYZ | 13.81 | 6.64 | 68.96 | - |
| YUV | 49 | 225.07 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 221 | 0.98 | 0.83 | 0 | 0.13 | 230.83 | 0.96 | 0.44 |
| Hex | 5 | 26 | DD | 62 | 53 | 0 | D | E7 | 60 | 2C |
| Octal | 5 | 46 | 335 | 142 | 123 | 0 | 15 | 347 | 140 | 54 |
| Binary | 101 | 100110 | 11011101 | 1100010 | 1010011 | 0 | 1101 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0526DD
Complementary color
Monochromatic Colors of #0526DD
Black with #0526DD
Text Example
Text Example
White with #0526DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526DD; }
p { color: rgb(5,38,221); }
H1.HeaderClassName
{
color: #0526DD;
}
.AnyTagClassName
{
color: #0526DD;
}
</style>
background-color css
<style>
a { background-color: #0526DD; }
a { background-color: rgb(5,38,221); }
div.DivClassName
{
background-color: #0526DD;
}
.BgClassName
{
background-color: #0526DD;
}
</style>
border-color css
<style>
span { border-color: #0526DD; }
span { border-color: rgb(5,38,221); }
td.TdClassName
{
border-color: #0526DD;
}
.TagClassName
{
border-color: #0526DD;
}
</style>