Shades of Blue #0526ED
Tints of Blue #0526ED
RGB
CMYK
RGB Variations
Color information
#0526ED (or 0x0526ED) is known color: Blue. HEX triplet: 05, 26 and ED. RGB value is (5,38,237). Sum of RGB (Red+Green+Blue) = 5+38+237=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 237 (92.97% from 255 or 84.64% from 280); Max value from RGB is 237 - color contains mainly: blue. Hex color #0526ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0526ED is #FAD912. Grayscale: #313131. Windows color (decimal): -16439571 or 15541765. OLE color: 15541765.
HSL color Cylindrical-coordinate representation of color #0526ED: hue angle of 231.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0526ED is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 38 | 237 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.07 |
| HSL | 231.47º | 0.96% | 0.47% | - |
| HSV(B) | 231.47º | 0.98% | 0.93% | - |
| XYZ | 16.04 | 7.53 | 80.73 | - |
| YUV | 50.82 | 233.07 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 237 | 0.98 | 0.84 | 0 | 0.07 | 231.47 | 0.96 | 0.47 |
| Hex | 5 | 26 | ED | 62 | 54 | 0 | 7 | E7 | 60 | 2F |
| Octal | 5 | 46 | 355 | 142 | 124 | 0 | 7 | 347 | 140 | 57 |
| Binary | 101 | 100110 | 11101101 | 1100010 | 1010100 | 0 | 111 | 11100111 | 1100000 | 101111 |
Color Harmonies of #0526ED
Complementary color
Monochromatic Colors of #0526ED
Black with #0526ED
Text Example
Text Example
White with #0526ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526ED; }
p { color: rgb(5,38,237); }
H1.HeaderClassName
{
color: #0526ED;
}
.AnyTagClassName
{
color: #0526ED;
}
</style>
background-color css
<style>
a { background-color: #0526ED; }
a { background-color: rgb(5,38,237); }
div.DivClassName
{
background-color: #0526ED;
}
.BgClassName
{
background-color: #0526ED;
}
</style>
border-color css
<style>
span { border-color: #0526ED; }
span { border-color: rgb(5,38,237); }
td.TdClassName
{
border-color: #0526ED;
}
.TagClassName
{
border-color: #0526ED;
}
</style>