Shades of Medium Blue #0518D5
Tints of Medium Blue #0518D5
RGB
CMYK
RGB Variations
Color information
#0518D5 (or 0x0518D5) is known color: Medium Blue. HEX triplet: 05, 18 and D5. RGB value is (5,24,213). Sum of RGB (Red+Green+Blue) = 5+24+213=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 213 (83.59% from 255 or 88.02% from 242); Max value from RGB is 213 - color contains mainly: blue. Hex color #0518D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518D5 is #FAE72A. Grayscale: #272727. Windows color (decimal): -16443179 or 13965317. OLE color: 13965317.
HSL color Cylindrical-coordinate representation of color #0518D5: hue angle of 234.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0518D5 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 24 | 213 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.16 |
| HSL | 234.52º | 0.95% | 0.43% | - |
| HSV(B) | 234.52º | 0.98% | 0.84% | - |
| XYZ | 12.4 | 5.49 | 63.36 | - |
| YUV | 39.87 | 225.71 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 213 | 0.98 | 0.89 | 0 | 0.16 | 234.52 | 0.95 | 0.43 |
| Hex | 5 | 18 | D5 | 62 | 59 | 0 | 10 | EB | 5F | 2B |
| Octal | 5 | 30 | 325 | 142 | 131 | 0 | 20 | 353 | 137 | 53 |
| Binary | 101 | 11000 | 11010101 | 1100010 | 1011001 | 0 | 10000 | 11101011 | 1011111 | 101011 |
Color Harmonies of #0518D5
Complementary color
Monochromatic Colors of #0518D5
Black with #0518D5
Text Example
Text Example
White with #0518D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518D5; }
p { color: rgb(5,24,213); }
H1.HeaderClassName
{
color: #0518D5;
}
.AnyTagClassName
{
color: #0518D5;
}
</style>
background-color css
<style>
a { background-color: #0518D5; }
a { background-color: rgb(5,24,213); }
div.DivClassName
{
background-color: #0518D5;
}
.BgClassName
{
background-color: #0518D5;
}
</style>
border-color css
<style>
span { border-color: #0518D5; }
span { border-color: rgb(5,24,213); }
td.TdClassName
{
border-color: #0518D5;
}
.TagClassName
{
border-color: #0518D5;
}
</style>