COLOR #799DDB

HEX: #799DDB
RGB: (121,157,219)

Color info

#799DDB contains mainly blue color. Web safe color of #799DDB is #6699CC (or #69C).

RGB color model

#799DDB color RGB value is (121,157,219).

  • red value is 121;
  • green value is 157;
  • blue value is 219.
RGB: (121,157,219) (47%,62%,86%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 219 of 255 = 86%

121
157
219

R + G + B ~ 65%. #799DDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 219 = 497 (100%)
R 121 of 497 ~ 24.35%
G 157 of 497 ~ 31.59%
B 219 of 497 ~ 44.06%

%24.35
%31.59
%44.06

CMYK color model

#799DDB color CMYK value is (45,28,0,14).

  • cyan value is 44.75%
  • magenta value is 28.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (45,28,0,14) C45M28Y0K14 (45%,28%,0%,14%) (0.45/0.28/0.00/0.14)

CMYK percentages

%44.75
%28.31
%0
%14.12

Codes

Color #799DDB in popluar color models

799DDB
RGB121157219
HSL218°57.65%66.67%
HSB/HSV218°44.75%85.88%
CMYK44.75%28.31%0.00%
14.12%

Color #799DDB in popluar number systems.

HEX799DDB
Decimal121157219
Binary11110011001110111011011
Octal171235333

Shades and tints

Shades of #799DDB

#799DDB
(121,157,219)
#6E8FC8
(110,143,200)
#6381B5
(99,129,181)
#5873A2
(88,115,162)
#4D658F
(77,101,143)
#42577C
(66,87,124)
#374969
(55,73,105)
#2C3B56
(44,59,86)
#212D43
(33,45,67)
#161F30
(22,31,48)
#0B111D
(11,17,29)
#000000
(0,0,0)

Tints of #799DDB

#799DDB
(121,157,219)
#85A5DE
(133,165,222)
#91ADE1
(145,173,225)
#9DB5E4
(157,181,228)
#A9BDE7
(169,189,231)
#B5C5EA
(181,197,234)
#C1CDED
(193,205,237)
#CDD5F0
(205,213,240)
#D9DDF3
(217,221,243)
#E5E5F6
(229,229,246)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799DDB color. Also use rgb(121,157,219) instead hex code.

Text Font Color

.myTextColor { color: #799DDB; }

<p style="color:#799DDB">This sample text font color is #799DDB.</p>

This text font color is #799DDB.


Background Color

.myBgColor { background-color: #799DDB; }

<div style="background-color:#799DDB">Inner text</div>

This div background color is #799DDB.


Border color

.myBorderColor { border: 1px solid #799DDB; }

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

This div border color is #799DDB.


Opacity

.myOpacity80 { color: #799DDB; opacity: 0.8; }

<p style="color:#799DDB;opacity:0.8;">80%</p>

Text with #799DDB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #799DDB;}

<p style="text-shadow: 3px 3px 1px #799DDB">Text here.</p>

This text has shadow with #799DDB color.

.textShadow {text-shadow: 3px 3px 1px #799DDB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #799DDB, 5px 5px 20px red">Text here.</p>

This text has shadow with #799DDB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#799DDB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#799DDB, Direction=45, Strength=4)">Text</p>

This text has shadow with #799DDB and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #799DDB; -webkit-box-shadow:	1px 1px 3px 2px #799DDB; box-shadow:	1px 1px 3px 2px #799DDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #799DDB; -webkit-box-shadow: 1px 1px 3px 2px #799DDB; box-shadow:1px 1px 3px 2px #799DDB;">
Div content here</div>
This div box has shadow with color #799DDB.

Preview

Color preview on black background

This text has color #799DDB on black background.


Color preview on white background

This text has color #799DDB on white background.



Black color preview on #799DDB background

This text has black color on #799DDB background.


White color preview on #799DDB background

This text has white color on #799DDB background.