Shades of Blue #0516FC
Tints of Blue #0516FC
RGB
CMYK
RGB Variations
Color information
#0516FC (or 0x0516FC) is known color: Blue. HEX triplet: 05, 16 and FC. RGB value is (5,22,252). Sum of RGB (Red+Green+Blue) = 5+22+252=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 252 (98.83% from 255 or 90.32% from 279); Max value from RGB is 252 - color contains mainly: blue. Hex color #0516FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0516FC is #FAE903. Grayscale: #2A2A2A. Windows color (decimal): -16443652 or 16520709. OLE color: 16520709.
HSL color Cylindrical-coordinate representation of color #0516FC: hue angle of 235.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0516FC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 22 | 252 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.01 |
| HSL | 235.87º | 0.98% | 0.5% | - |
| HSV(B) | 235.87º | 0.98% | 0.99% | - |
| XYZ | 17.92 | 7.63 | 92.62 | - |
| YUV | 43.14 | 245.87 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 252 | 0.98 | 0.91 | 0 | 0.01 | 235.87 | 0.98 | 0.5 |
| Hex | 5 | 16 | FC | 62 | 5B | 0 | 1 | EC | 62 | 32 |
| Octal | 5 | 26 | 374 | 142 | 133 | 0 | 1 | 354 | 142 | 62 |
| Binary | 101 | 10110 | 11111100 | 1100010 | 1011011 | 0 | 1 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0516FC
Complementary color
Monochromatic Colors of #0516FC
Black with #0516FC
Text Example
Text Example
White with #0516FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516FC; }
p { color: rgb(5,22,252); }
H1.HeaderClassName
{
color: #0516FC;
}
.AnyTagClassName
{
color: #0516FC;
}
</style>
background-color css
<style>
a { background-color: #0516FC; }
a { background-color: rgb(5,22,252); }
div.DivClassName
{
background-color: #0516FC;
}
.BgClassName
{
background-color: #0516FC;
}
</style>
border-color css
<style>
span { border-color: #0516FC; }
span { border-color: rgb(5,22,252); }
td.TdClassName
{
border-color: #0516FC;
}
.TagClassName
{
border-color: #0516FC;
}
</style>