Shades of Blue #0711FF
Tints of Blue #0711FF
RGB
CMYK
RGB Variations
Color information
#0711FF (or 0x0711FF) is known color: Blue. HEX triplet: 07, 11 and FF. RGB value is (7,17,255). Sum of RGB (Red+Green+Blue) = 7+17+255=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #0711FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711FF is #F8EE00. Grayscale: #282828. Windows color (decimal): -16313857 or 16716039. OLE color: 16716039.
HSL color Cylindrical-coordinate representation of color #0711FF: hue angle of 237.58º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0711FF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 17 | 255 | - |
| CMYK | 0.97 | 0.93 | 0 | 0 |
| HSL | 237.58º | 1% | 0.51% | - |
| HSV(B) | 237.58º | 0.97% | 1% | - |
| XYZ | 18.34 | 7.67 | 95.12 | - |
| YUV | 41.14 | 248.69 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 255 | 0.97 | 0.93 | 0 | 0 | 237.58 | 1 | 0.51 |
| Hex | 7 | 11 | FF | 61 | 5D | 0 | 0 | EE | 64 | 33 |
| Octal | 7 | 21 | 377 | 141 | 135 | 0 | 0 | 356 | 144 | 63 |
| Binary | 111 | 10001 | 11111111 | 1100001 | 1011101 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #0711FF
Complementary color
Monochromatic Colors of #0711FF
Black with #0711FF
Text Example
Text Example
White with #0711FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711FF; }
p { color: rgb(7,17,255); }
H1.HeaderClassName
{
color: #0711FF;
}
.AnyTagClassName
{
color: #0711FF;
}
</style>
background-color css
<style>
a { background-color: #0711FF; }
a { background-color: rgb(7,17,255); }
div.DivClassName
{
background-color: #0711FF;
}
.BgClassName
{
background-color: #0711FF;
}
</style>
border-color css
<style>
span { border-color: #0711FF; }
span { border-color: rgb(7,17,255); }
td.TdClassName
{
border-color: #0711FF;
}
.TagClassName
{
border-color: #0711FF;
}
</style>