#0711EA

Color #0711EA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0711EA

Tints of Blue #0711EA

Color information

#0711EA (or 0x0711EA) is unknown color: approx Blue. HEX triplet: 07, 11 and EA. RGB value is (7,17,234). Sum of RGB (Red+Green+Blue) = 7+17+234=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #0711EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711EA is #F8EE15. Grayscale: #252525. Windows color (decimal): -16313878 or 15339783. OLE color: 15339783.

HSL color Cylindrical-coordinate representation of color #0711EA: hue angle of 237.36º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0711EA is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB717234-
CMYK0.970.9300.08
HSL237.36º94.19%47.25%-
HSV(B)237.36º97.01%91.76%-
XYZ15.146.3978.28-
YUV38.75238.19105.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 234 (91.80% from 255) = 90.70%
R=2.71%
G=6.59%
B=90.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7172340.970.9300.08237.3694.1947.25
Hex711EA615D08ed5e2f
Octal72135214113501035513657
Binary11110001111010101100001101110101000111011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0711EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0711EA; }

 p { color: rgb(7,17,234); }

 H1.HeaderClassName
 {
   color: #0711EA;
 }
 .AnyTagClassName
 {
   color: #0711EA;
 }
</style>
background-color css

<style>
 a { background-color: #0711EA; }

 a { background-color: rgb(7,17,234); }

 div.DivClassName
 {
   background-color: #0711EA;
 }
 .BgClassName
 {
   background-color: #0711EA;
 }
</style>
border-color css

<style>
 span { border-color: #0711EA; }

 span { border-color: rgb(7,17,234); }

 td.TdClassName
 {
   border-color: #0711EA;
 }
 .TagClassName
 {
   border-color: #0711EA;
 }
</style>