Shades of Blue #0518EC
Tints of Blue #0518EC
RGB
CMYK
RGB Variations
Color information
#0518EC (or 0x0518EC) is known color: Blue. HEX triplet: 05, 18 and EC. RGB value is (5,24,236). Sum of RGB (Red+Green+Blue) = 5+24+236=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #0518EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0518EC is #FAE713. Grayscale: #292929. Windows color (decimal): -16443156 or 15472645. OLE color: 15472645.
HSL color Cylindrical-coordinate representation of color #0518EC: hue angle of 235.06º 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 #0518EC is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 24 | 236 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.07 |
| HSL | 235.06º | 0.96% | 0.47% | - |
| HSV(B) | 235.06º | 0.98% | 0.93% | - |
| XYZ | 15.53 | 6.74 | 79.84 | - |
| YUV | 42.49 | 237.21 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 236 | 0.98 | 0.90 | 0 | 0.07 | 235.06 | 0.96 | 0.47 |
| Hex | 5 | 18 | EC | 62 | 5A | 0 | 7 | EB | 60 | 2F |
| Octal | 5 | 30 | 354 | 142 | 132 | 0 | 7 | 353 | 140 | 57 |
| Binary | 101 | 11000 | 11101100 | 1100010 | 1011010 | 0 | 111 | 11101011 | 1100000 | 101111 |
Color Harmonies of #0518EC
Complementary color
Monochromatic Colors of #0518EC
Black with #0518EC
Text Example
Text Example
White with #0518EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518EC; }
p { color: rgb(5,24,236); }
H1.HeaderClassName
{
color: #0518EC;
}
.AnyTagClassName
{
color: #0518EC;
}
</style>
background-color css
<style>
a { background-color: #0518EC; }
a { background-color: rgb(5,24,236); }
div.DivClassName
{
background-color: #0518EC;
}
.BgClassName
{
background-color: #0518EC;
}
</style>
border-color css
<style>
span { border-color: #0518EC; }
span { border-color: rgb(5,24,236); }
td.TdClassName
{
border-color: #0518EC;
}
.TagClassName
{
border-color: #0518EC;
}
</style>