Shades of Blue #0716FD
Tints of Blue #0716FD
RGB
CMYK
RGB Variations
Color information
#0716FD (or 0x0716FD) is known color: Blue. HEX triplet: 07, 16 and FD. RGB value is (7,22,253). Sum of RGB (Red+Green+Blue) = 7+22+253=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 253 (99.22% from 255 or 89.72% from 282); Max value from RGB is 253 - color contains mainly: blue. Hex color #0716FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0716FD is #F8E902. Grayscale: #2A2A2A. Windows color (decimal): -16312579 or 16586247. OLE color: 16586247.
HSL color Cylindrical-coordinate representation of color #0716FD: hue angle of 236.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0716FD is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 22 | 253 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.01 |
| HSL | 236.34º | 0.98% | 0.51% | - |
| HSV(B) | 236.34º | 0.97% | 0.99% | - |
| XYZ | 18.1 | 7.71 | 93.46 | - |
| YUV | 43.85 | 246.03 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 253 | 0.97 | 0.91 | 0 | 0.01 | 236.34 | 0.98 | 0.51 |
| Hex | 7 | 16 | FD | 61 | 5B | 0 | 1 | EC | 62 | 33 |
| Octal | 7 | 26 | 375 | 141 | 133 | 0 | 1 | 354 | 142 | 63 |
| Binary | 111 | 10110 | 11111101 | 1100001 | 1011011 | 0 | 1 | 11101100 | 1100010 | 110011 |
Color Harmonies of #0716FD
Complementary color
Monochromatic Colors of #0716FD
Black with #0716FD
Text Example
Text Example
White with #0716FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0716FD; }
p { color: rgb(7,22,253); }
H1.HeaderClassName
{
color: #0716FD;
}
.AnyTagClassName
{
color: #0716FD;
}
</style>
background-color css
<style>
a { background-color: #0716FD; }
a { background-color: rgb(7,22,253); }
div.DivClassName
{
background-color: #0716FD;
}
.BgClassName
{
background-color: #0716FD;
}
</style>
border-color css
<style>
span { border-color: #0716FD; }
span { border-color: rgb(7,22,253); }
td.TdClassName
{
border-color: #0716FD;
}
.TagClassName
{
border-color: #0716FD;
}
</style>