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