Shades of Blue #0517ED
Tints of Blue #0517ED
RGB
CMYK
RGB Variations
Color information
#0517ED (or 0x0517ED) is known color: Blue. HEX triplet: 05, 17 and ED. RGB value is (5,23,237). Sum of RGB (Red+Green+Blue) = 5+23+237=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 237 (92.97% from 255 or 89.43% from 265); Max value from RGB is 237 - color contains mainly: blue. Hex color #0517ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0517ED is #FAE812. Grayscale: #292929. Windows color (decimal): -16443411 or 15537925. OLE color: 15537925.
HSL color Cylindrical-coordinate representation of color #0517ED: hue angle of 235.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0517ED is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 23 | 237 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.07 |
| HSL | 235.34º | 0.96% | 0.47% | - |
| HSV(B) | 235.34º | 0.98% | 0.93% | - |
| XYZ | 15.66 | 6.76 | 80.6 | - |
| YUV | 42.01 | 238.04 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 237 | 0.98 | 0.90 | 0 | 0.07 | 235.34 | 0.96 | 0.47 |
| Hex | 5 | 17 | ED | 62 | 5A | 0 | 7 | EB | 60 | 2F |
| Octal | 5 | 27 | 355 | 142 | 132 | 0 | 7 | 353 | 140 | 57 |
| Binary | 101 | 10111 | 11101101 | 1100010 | 1011010 | 0 | 111 | 11101011 | 1100000 | 101111 |
Color Harmonies of #0517ED
Complementary color
Monochromatic Colors of #0517ED
Black with #0517ED
Text Example
Text Example
White with #0517ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0517ED; }
p { color: rgb(5,23,237); }
H1.HeaderClassName
{
color: #0517ED;
}
.AnyTagClassName
{
color: #0517ED;
}
</style>
background-color css
<style>
a { background-color: #0517ED; }
a { background-color: rgb(5,23,237); }
div.DivClassName
{
background-color: #0517ED;
}
.BgClassName
{
background-color: #0517ED;
}
</style>
border-color css
<style>
span { border-color: #0517ED; }
span { border-color: rgb(5,23,237); }
td.TdClassName
{
border-color: #0517ED;
}
.TagClassName
{
border-color: #0517ED;
}
</style>