Shades of Blue #0711FE
Tints of Blue #0711FE
RGB
CMYK
RGB Variations
Color information
#0711FE (or 0x0711FE) is known color: Blue. HEX triplet: 07, 11 and FE. RGB value is (7,17,254). Sum of RGB (Red+Green+Blue) = 7+17+254=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 254 (99.61% from 255 or 91.37% from 278); Max value from RGB is 254 - color contains mainly: blue. Hex color #0711FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711FE is #F8EE01. Grayscale: #282828. Windows color (decimal): -16313858 or 16650503. OLE color: 16650503.
HSL color Cylindrical-coordinate representation of color #0711FE: hue angle of 237.57º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0711FE is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 17 | 254 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.00 |
| HSL | 237.57º | 0.99% | 0.51% | - |
| HSV(B) | 237.57º | 0.97% | 1% | - |
| XYZ | 18.18 | 7.6 | 94.28 | - |
| YUV | 41.03 | 248.19 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 254 | 0.97 | 0.93 | 0 | 0.00 | 237.57 | 0.99 | 0.51 |
| Hex | 7 | 11 | FE | 61 | 5D | 0 | 0 | EE | 63 | 33 |
| Octal | 7 | 21 | 376 | 141 | 135 | 0 | 0 | 356 | 143 | 63 |
| Binary | 111 | 10001 | 11111110 | 1100001 | 1011101 | 0 | 0 | 11101110 | 1100011 | 110011 |
Color Harmonies of #0711FE
Complementary color
Monochromatic Colors of #0711FE
Black with #0711FE
Text Example
Text Example
White with #0711FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711FE; }
p { color: rgb(7,17,254); }
H1.HeaderClassName
{
color: #0711FE;
}
.AnyTagClassName
{
color: #0711FE;
}
</style>
background-color css
<style>
a { background-color: #0711FE; }
a { background-color: rgb(7,17,254); }
div.DivClassName
{
background-color: #0711FE;
}
.BgClassName
{
background-color: #0711FE;
}
</style>
border-color css
<style>
span { border-color: #0711FE; }
span { border-color: rgb(7,17,254); }
td.TdClassName
{
border-color: #0711FE;
}
.TagClassName
{
border-color: #0711FE;
}
</style>