Color Hex Logo

#799fdb Color Hex

#799FDB
(121,159,219)
0 Favorites   0 Comments

Color spaces of #799fdb

RGB 121159219
HSL0.600.580.67
HSV217°45°86°
CMYK 0.450.270.00   0.14
XYZ33.069533.975771.8328
Yxy33.97570.23810.2446
Hunter Lab58.2887-0.7350-32.2647
CIE-Lab64.94332.7747-34.5502

#799fdb color RGB value is (121,159,219).

#799fdb hex color red value is 121, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #799fdb hue: 0.60 , saturation: 0.58 and the lightness value of 799fdb is 0.67.

The process color (four color CMYK) of #799fdb color hex is 0.45, 0.27, 0.00, 0.14. Web safe color of #799fdb is #6699cc. Color #799fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 11011011
Octal 171 237 333
Decimal 121 159 219
Hex 79 9F DB

RGB Percentages of Color #799fdb

%24.25
%31.86
%43.89

CMYK Percentages of Color #799fdb

%45
%27
%0
%14

Triadic Colors of #799fdb

#799fdb #db799f #9fdb79

Analogous Colors of #799fdb

#799fdb #8479db #79d0db

Monochromatic Colors of #799fdb

#799fdb

Complementary Color

#799fdb #dbb579

#799fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#799fdb Color CSS Codes

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

#799fdb Text Font Color

<p style="color:#799fdb">Text here</p>

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


#799fdb Background Color

<div style="background-color:#799fdb">
Div content here</div>

This div background color is #799fdb


#799fdb Border Color

<div style="border:3px solid #799fdb">
Div here</div>

This div border color is #799fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,159,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #799fdb;
  box-shadow:         1px 1px 3px 2px #799fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,159,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 #799fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799fdb


Comments

No comments written yet.

Please login to write comment.