Shades of Medium Blue #0517E3
Tints of Medium Blue #0517E3
RGB
CMYK
RGB Variations
Color information
#0517E3 (or 0x0517E3) is known color: Medium Blue. HEX triplet: 05, 17 and E3. RGB value is (5,23,227). Sum of RGB (Red+Green+Blue) = 5+23+227=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 227 (89.06% from 255 or 89.02% from 255); Max value from RGB is 227 - color contains mainly: blue. Hex color #0517E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0517E3 is #FAE81C. Grayscale: #282828. Windows color (decimal): -16443421 or 14882565. OLE color: 14882565.
HSL color Cylindrical-coordinate representation of color #0517E3: hue angle of 235.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0517E3 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 23 | 227 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.11 |
| HSL | 235.14º | 0.96% | 0.45% | - |
| HSV(B) | 235.14º | 0.98% | 0.89% | - |
| XYZ | 14.23 | 6.19 | 73.12 | - |
| YUV | 40.87 | 233.04 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 227 | 0.98 | 0.90 | 0 | 0.11 | 235.14 | 0.96 | 0.45 |
| Hex | 5 | 17 | E3 | 62 | 5A | 0 | B | EB | 60 | 2D |
| Octal | 5 | 27 | 343 | 142 | 132 | 0 | 13 | 353 | 140 | 55 |
| Binary | 101 | 10111 | 11100011 | 1100010 | 1011010 | 0 | 1011 | 11101011 | 1100000 | 101101 |
Color Harmonies of #0517E3
Complementary color
Monochromatic Colors of #0517E3
Black with #0517E3
Text Example
Text Example
White with #0517E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0517E3; }
p { color: rgb(5,23,227); }
H1.HeaderClassName
{
color: #0517E3;
}
.AnyTagClassName
{
color: #0517E3;
}
</style>
background-color css
<style>
a { background-color: #0517E3; }
a { background-color: rgb(5,23,227); }
div.DivClassName
{
background-color: #0517E3;
}
.BgClassName
{
background-color: #0517E3;
}
</style>
border-color css
<style>
span { border-color: #0517E3; }
span { border-color: rgb(5,23,227); }
td.TdClassName
{
border-color: #0517E3;
}
.TagClassName
{
border-color: #0517E3;
}
</style>