Shades of Blue #0524EB
Tints of Blue #0524EB
RGB
CMYK
RGB Variations
Color information
#0524EB (or 0x0524EB) is known color: Blue. HEX triplet: 05, 24 and EB. RGB value is (5,36,235). Sum of RGB (Red+Green+Blue) = 5+36+235=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #0524EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0524EB is #FADB14. Grayscale: #303030. Windows color (decimal): -16440085 or 15410181. OLE color: 15410181.
HSL color Cylindrical-coordinate representation of color #0524EB: hue angle of 231.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0524EB is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 36 | 235 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.08 |
| HSL | 231.91º | 0.96% | 0.47% | - |
| HSV(B) | 231.91º | 0.98% | 0.92% | - |
| XYZ | 15.69 | 7.29 | 79.18 | - |
| YUV | 49.42 | 232.73 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 235 | 0.98 | 0.85 | 0 | 0.08 | 231.91 | 0.96 | 0.47 |
| Hex | 5 | 24 | EB | 62 | 55 | 0 | 8 | E8 | 60 | 2F |
| Octal | 5 | 44 | 353 | 142 | 125 | 0 | 10 | 350 | 140 | 57 |
| Binary | 101 | 100100 | 11101011 | 1100010 | 1010101 | 0 | 1000 | 11101000 | 1100000 | 101111 |
Color Harmonies of #0524EB
Complementary color
Monochromatic Colors of #0524EB
Black with #0524EB
Text Example
Text Example
White with #0524EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524EB; }
p { color: rgb(5,36,235); }
H1.HeaderClassName
{
color: #0524EB;
}
.AnyTagClassName
{
color: #0524EB;
}
</style>
background-color css
<style>
a { background-color: #0524EB; }
a { background-color: rgb(5,36,235); }
div.DivClassName
{
background-color: #0524EB;
}
.BgClassName
{
background-color: #0524EB;
}
</style>
border-color css
<style>
span { border-color: #0524EB; }
span { border-color: rgb(5,36,235); }
td.TdClassName
{
border-color: #0524EB;
}
.TagClassName
{
border-color: #0524EB;
}
</style>