#071EEC

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

Shades of Blue #071EEC

Tints of Blue #071EEC

Color information

#071EEC (or 0x071EEC) is unknown color: approx Blue. HEX triplet: 07, 1E and EC. RGB value is (7,30,236). Sum of RGB (Red+Green+Blue) = 7+30+236=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 236 (92.58% from 255 or 86.45% from 273); Max value from RGB is 236 - color contains mainly: blue. Hex color #071EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EEC is #F8E113. Grayscale: #2D2D2D. Windows color (decimal): -16310548 or 15474183. OLE color: 15474183.

HSL color Cylindrical-coordinate representation of color #071EEC: hue angle of 233.97º 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 #071EEC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB730236-
CMYK0.970.8700.07
HSL233.97º94.24%47.65%-
HSV(B)233.97º97.03%92.55%-
XYZ15.697.0379.89-
YUV46.61234.8899.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 236 (92.58% from 255) = 86.45%
R=2.56%
G=10.99%
B=86.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7302360.970.8700.07233.9794.2447.65
Hex71EEC615707ea5e30
Octal7363541411270735213660
Binary1111111011101100110000110101110111111010101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071EEC; }

 p { color: rgb(7,30,236); }

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

<style>
 a { background-color: #071EEC; }

 a { background-color: rgb(7,30,236); }

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

<style>
 span { border-color: #071EEC; }

 span { border-color: rgb(7,30,236); }

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