Shades of Medium Blue #0518DF
Tints of Medium Blue #0518DF
RGB
CMYK
RGB Variations
Color information
#0518DF (or 0x0518DF) is known color: Medium Blue. HEX triplet: 05, 18 and DF. RGB value is (5,24,223). Sum of RGB (Red+Green+Blue) = 5+24+223=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #0518DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518DF is #FAE720. Grayscale: #282828. Windows color (decimal): -16443169 or 14620677. OLE color: 14620677.
HSL color Cylindrical-coordinate representation of color #0518DF: hue angle of 234.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0518DF is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 24 | 223 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.13 |
| HSL | 234.77º | 0.96% | 0.45% | - |
| HSV(B) | 234.77º | 0.98% | 0.87% | - |
| XYZ | 13.71 | 6.01 | 70.25 | - |
| YUV | 41.01 | 230.71 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 223 | 0.98 | 0.89 | 0 | 0.13 | 234.77 | 0.96 | 0.45 |
| Hex | 5 | 18 | DF | 62 | 59 | 0 | D | EB | 60 | 2D |
| Octal | 5 | 30 | 337 | 142 | 131 | 0 | 15 | 353 | 140 | 55 |
| Binary | 101 | 11000 | 11011111 | 1100010 | 1011001 | 0 | 1101 | 11101011 | 1100000 | 101101 |
Color Harmonies of #0518DF
Complementary color
Monochromatic Colors of #0518DF
Black with #0518DF
Text Example
Text Example
White with #0518DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518DF; }
p { color: rgb(5,24,223); }
H1.HeaderClassName
{
color: #0518DF;
}
.AnyTagClassName
{
color: #0518DF;
}
</style>
background-color css
<style>
a { background-color: #0518DF; }
a { background-color: rgb(5,24,223); }
div.DivClassName
{
background-color: #0518DF;
}
.BgClassName
{
background-color: #0518DF;
}
</style>
border-color css
<style>
span { border-color: #0518DF; }
span { border-color: rgb(5,24,223); }
td.TdClassName
{
border-color: #0518DF;
}
.TagClassName
{
border-color: #0518DF;
}
</style>