Color Hex Logo

#0077eb Color Hex

#0077EB
(0,119,235)
0 Favorites   0 Comments

Color spaces of #0077eb

RGB 0119235
HSL0.581.000.46
HSV210°100°92°
CMYK 1.000.490.00   0.08
XYZ21.592219.191881.1636
Yxy19.19180.17710.1574
Hunter Lab43.808411.3139-79.1803
CIE-Lab50.910916.6775-65.9779

#0077eb color RGB value is (0,119,235).

#0077eb hex color red value is 0, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0077eb hue: 0.58 , saturation: 1.00 and the lightness value of 0077eb is 0.46.

The process color (four color CMYK) of #0077eb color hex is 1.00, 0.49, 0.00, 0.08. Web safe color of #0077eb is #0066ff. Color #0077eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110111 11101011
Octal 0 167 353
Decimal 0 119 235
Hex 0 77 EB

RGB Percentages of Color #0077eb

%0.00
%33.62
%66.38

CMYK Percentages of Color #0077eb

%100
%49
%0
%8

Triadic Colors of #0077eb

#0077eb #eb0077 #77eb00

Analogous Colors of #0077eb

#0077eb #0001eb #00ebea

Monochromatic Colors of #0077eb

#0077eb

Complementary Color

#0077eb #eb7400

#0077eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0077eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0077eb Color CSS Codes

.mybgcolor {background-color:#0077eb; } 
.myforecolor {color:#0077eb; }
.mybordercolor {border:3px solid #0077eb; }

#0077eb Text Font Color

<p style="color:#0077eb">Text here</p>

This sample text font color is #0077eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0077eb Background Color

<div style="background-color:#0077eb">
Div content here</div>

This div background color is #0077eb


#0077eb Border Color

<div style="border:3px solid #0077eb">
Div here</div>

This div border color is #0077eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,119,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0077eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0077eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0077eb;
  box-shadow:         1px 1px 3px 2px #0077eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,119,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0077eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0077eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0077eb;
  box-shadow:         1px 1px 3px 2px #0077eb;">
Div content here</div>

This div box has shadow with color #0077eb


Comments

No comments written yet.

Please login to write comment.