Shades of Blue #0711FD
Tints of Blue #0711FD
RGB
CMYK
RGB Variations
Color information
#0711FD (or 0x0711FD) is known color: Blue. HEX triplet: 07, 11 and FD. RGB value is (7,17,253). Sum of RGB (Red+Green+Blue) = 7+17+253=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 253 (99.22% from 255 or 91.34% from 277); Max value from RGB is 253 - color contains mainly: blue. Hex color #0711FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711FD is #F8EE02. Grayscale: #272727. Windows color (decimal): -16313859 or 16584967. OLE color: 16584967.
HSL color Cylindrical-coordinate representation of color #0711FD: hue angle of 237.56º 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 #0711FD is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 17 | 253 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.01 |
| HSL | 237.56º | 0.98% | 0.51% | - |
| HSV(B) | 237.56º | 0.97% | 0.99% | - |
| XYZ | 18.02 | 7.54 | 93.43 | - |
| YUV | 40.91 | 247.69 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 253 | 0.97 | 0.93 | 0 | 0.01 | 237.56 | 0.98 | 0.51 |
| Hex | 7 | 11 | FD | 61 | 5D | 0 | 1 | EE | 62 | 33 |
| Octal | 7 | 21 | 375 | 141 | 135 | 0 | 1 | 356 | 142 | 63 |
| Binary | 111 | 10001 | 11111101 | 1100001 | 1011101 | 0 | 1 | 11101110 | 1100010 | 110011 |
Color Harmonies of #0711FD
Complementary color
Monochromatic Colors of #0711FD
Black with #0711FD
Text Example
Text Example
White with #0711FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711FD; }
p { color: rgb(7,17,253); }
H1.HeaderClassName
{
color: #0711FD;
}
.AnyTagClassName
{
color: #0711FD;
}
</style>
background-color css
<style>
a { background-color: #0711FD; }
a { background-color: rgb(7,17,253); }
div.DivClassName
{
background-color: #0711FD;
}
.BgClassName
{
background-color: #0711FD;
}
</style>
border-color css
<style>
span { border-color: #0711FD; }
span { border-color: rgb(7,17,253); }
td.TdClassName
{
border-color: #0711FD;
}
.TagClassName
{
border-color: #0711FD;
}
</style>