#0711EE

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

Shades of Blue #0711EE

Tints of Blue #0711EE

Color information

#0711EE (or 0x0711EE) is unknown color: approx Blue. HEX triplet: 07, 11 and EE. RGB value is (7,17,238). Sum of RGB (Red+Green+Blue) = 7+17+238=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 238 (93.36% from 255 or 90.84% from 262); Max value from RGB is 238 - color contains mainly: blue. Hex color #0711EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0711EE is #F8EE11. Grayscale: #262626. Windows color (decimal): -16313874 or 15601927. OLE color: 15601927.

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

Color convert

RGB717238-
CMYK0.970.9300.07
HSL237.4º94.29%48.04%-
HSV(B)237.4º97.06%93.33%-
XYZ15.726.6281.34-
YUV39.2240.19105.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.67%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 238 (93.36% from 255) = 90.84%
R=2.67%
G=6.49%
B=90.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7172380.970.9300.07237.494.2948.04
Hex711EE615D07ed5e30
Octal7213561411350735513660
Binary1111000111101110110000110111010111111011011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0711EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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