Shades of Blue #0517EF
Tints of Blue #0517EF
RGB
CMYK
RGB Variations
Color information
#0517EF (or 0x0517EF) is known color: Blue. HEX triplet: 05, 17 and EF. RGB value is (5,23,239). Sum of RGB (Red+Green+Blue) = 5+23+239=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #0517EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0517EF is #FAE810. Grayscale: #292929. Windows color (decimal): -16443409 or 15668997. OLE color: 15668997.
HSL color Cylindrical-coordinate representation of color #0517EF: hue angle of 235.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0517EF is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 23 | 239 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.06 |
| HSL | 235.38º | 0.96% | 0.48% | - |
| HSV(B) | 235.38º | 0.98% | 0.94% | - |
| XYZ | 15.95 | 6.88 | 82.15 | - |
| YUV | 42.24 | 239.04 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 239 | 0.98 | 0.90 | 0 | 0.06 | 235.38 | 0.96 | 0.48 |
| Hex | 5 | 17 | EF | 62 | 5A | 0 | 6 | EB | 60 | 30 |
| Octal | 5 | 27 | 357 | 142 | 132 | 0 | 6 | 353 | 140 | 60 |
| Binary | 101 | 10111 | 11101111 | 1100010 | 1011010 | 0 | 110 | 11101011 | 1100000 | 110000 |
Color Harmonies of #0517EF
Complementary color
Monochromatic Colors of #0517EF
Black with #0517EF
Text Example
Text Example
White with #0517EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0517EF; }
p { color: rgb(5,23,239); }
H1.HeaderClassName
{
color: #0517EF;
}
.AnyTagClassName
{
color: #0517EF;
}
</style>
background-color css
<style>
a { background-color: #0517EF; }
a { background-color: rgb(5,23,239); }
div.DivClassName
{
background-color: #0517EF;
}
.BgClassName
{
background-color: #0517EF;
}
</style>
border-color css
<style>
span { border-color: #0517EF; }
span { border-color: rgb(5,23,239); }
td.TdClassName
{
border-color: #0517EF;
}
.TagClassName
{
border-color: #0517EF;
}
</style>