Shades of Blue #0517FF
Tints of Blue #0517FF
RGB
CMYK
RGB Variations
Color information
#0517FF (or 0x0517FF) is known color: Blue. HEX triplet: 05, 17 and FF. RGB value is (5,23,255). Sum of RGB (Red+Green+Blue) = 5+23+255=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #0517FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0517FF is #FAE800. Grayscale: #2B2B2B. Windows color (decimal): -16443393 or 16717573. OLE color: 16717573.
HSL color Cylindrical-coordinate representation of color #0517FF: hue angle of 235.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0517FF is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 23 | 255 | - |
| CMYK | 0.98 | 0.91 | 0 | 0 |
| HSL | 235.68º | 1% | 0.51% | - |
| HSV(B) | 235.68º | 0.98% | 1% | - |
| XYZ | 18.42 | 7.87 | 95.16 | - |
| YUV | 44.07 | 247.04 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 255 | 0.98 | 0.91 | 0 | 0 | 235.68 | 1 | 0.51 |
| Hex | 5 | 17 | FF | 62 | 5B | 0 | 0 | EC | 64 | 33 |
| Octal | 5 | 27 | 377 | 142 | 133 | 0 | 0 | 354 | 144 | 63 |
| Binary | 101 | 10111 | 11111111 | 1100010 | 1011011 | 0 | 0 | 11101100 | 1100100 | 110011 |
Color Harmonies of #0517FF
Complementary color
Monochromatic Colors of #0517FF
Black with #0517FF
Text Example
Text Example
White with #0517FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0517FF; }
p { color: rgb(5,23,255); }
H1.HeaderClassName
{
color: #0517FF;
}
.AnyTagClassName
{
color: #0517FF;
}
</style>
background-color css
<style>
a { background-color: #0517FF; }
a { background-color: rgb(5,23,255); }
div.DivClassName
{
background-color: #0517FF;
}
.BgClassName
{
background-color: #0517FF;
}
</style>
border-color css
<style>
span { border-color: #0517FF; }
span { border-color: rgb(5,23,255); }
td.TdClassName
{
border-color: #0517FF;
}
.TagClassName
{
border-color: #0517FF;
}
</style>