Shades of Medium Blue #0516DF
Tints of Medium Blue #0516DF
RGB
CMYK
RGB Variations
Color information
#0516DF (or 0x0516DF) is known color: Medium Blue. HEX triplet: 05, 16 and DF. RGB value is (5,22,223). Sum of RGB (Red+Green+Blue) = 5+22+223=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #0516DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516DF is #FAE920. Grayscale: #272727. Windows color (decimal): -16443681 or 14620165. OLE color: 14620165.
HSL color Cylindrical-coordinate representation of color #0516DF: hue angle of 235.32º 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 #0516DF is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 22 | 223 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.13 |
| HSL | 235.32º | 0.96% | 0.45% | - |
| HSV(B) | 235.32º | 0.98% | 0.87% | - |
| XYZ | 13.67 | 5.93 | 70.24 | - |
| YUV | 39.83 | 231.37 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 223 | 0.98 | 0.90 | 0 | 0.13 | 235.32 | 0.96 | 0.45 |
| Hex | 5 | 16 | DF | 62 | 5A | 0 | D | EB | 60 | 2D |
| Octal | 5 | 26 | 337 | 142 | 132 | 0 | 15 | 353 | 140 | 55 |
| Binary | 101 | 10110 | 11011111 | 1100010 | 1011010 | 0 | 1101 | 11101011 | 1100000 | 101101 |
Color Harmonies of #0516DF
Complementary color
Monochromatic Colors of #0516DF
Black with #0516DF
Text Example
Text Example
White with #0516DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516DF; }
p { color: rgb(5,22,223); }
H1.HeaderClassName
{
color: #0516DF;
}
.AnyTagClassName
{
color: #0516DF;
}
</style>
background-color css
<style>
a { background-color: #0516DF; }
a { background-color: rgb(5,22,223); }
div.DivClassName
{
background-color: #0516DF;
}
.BgClassName
{
background-color: #0516DF;
}
</style>
border-color css
<style>
span { border-color: #0516DF; }
span { border-color: rgb(5,22,223); }
td.TdClassName
{
border-color: #0516DF;
}
.TagClassName
{
border-color: #0516DF;
}
</style>