Color Hex Logo

#779bdb Color Hex

#779BDB
(119,155,219)
0 Favorites   0 Comments

Color spaces of #779bdb

RGB 119155219
HSL0.610.580.66
HSV218°46°86°
CMYK 0.460.290.00   0.14
XYZ32.115332.479171.5943
Yxy32.47910.23580.2385
Hunter Lab56.99040.8552-34.5898
CIE-Lab63.73694.5592-36.4372

#779bdb color RGB value is (119,155,219).

#779bdb hex color red value is 119, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #779bdb hue: 0.61 , saturation: 0.58 and the lightness value of 779bdb is 0.66.

The process color (four color CMYK) of #779bdb color hex is 0.46, 0.29, 0.00, 0.14. Web safe color of #779bdb is #6699cc. Color #779bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11011011
Octal 167 233 333
Decimal 119 155 219
Hex 77 9B DB

RGB Percentages of Color #779bdb

%24.14
%31.44
%44.42

CMYK Percentages of Color #779bdb

%46
%29
%0
%14

Triadic Colors of #779bdb

#779bdb #db779b #9bdb77

Analogous Colors of #779bdb

#779bdb #8577db #77cddb

Monochromatic Colors of #779bdb

#779bdb

Complementary Color

#779bdb #dbb777

#779bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bdb Color CSS Codes

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

#779bdb Text Font Color

<p style="color:#779bdb">Text here</p>

This sample text font color is #779bdb
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.


#779bdb Background Color

<div style="background-color:#779bdb">
Div content here</div>

This div background color is #779bdb


#779bdb Border Color

<div style="border:3px solid #779bdb">
Div here</div>

This div border color is #779bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,155,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #779bdb;
  box-shadow:         1px 1px 3px 2px #779bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779bdb


Comments

No comments written yet.

Please login to write comment.