COLOR #819EDB

HEX: #819EDB
RGB: (129,158,219)

Color info

#819EDB contains mainly blue color. Web safe color of #819EDB is #9999CC (or #99C).

RGB color model

#819EDB color RGB value is (129,158,219).

  • red value is 129;
  • green value is 158;
  • blue value is 219.
RGB:
(129,158,219)
(51%,62%,86%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 219 of 255 = 86%

129
158
219

R + G + B ~ 66%. #819EDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 219 = 506 (100%)
R 129 of 506 ~ 25.49%
G 158 of 506 ~ 31.23%
B 219 of 506 ~ 43.28%

%25.49
%31.23
%43.28

CMYK color model

#819EDB color CMYK value is (41,28,0,14).

  • cyan value is 41.10%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(41,28,0,14)
C41M28Y0K14 
(41%,28%,0%,14%)
(0.41/0.28/0.00/0.14)	

CMYK percentages

%41.1
%27.85
%0
%14.12

Codes

Color #819EDB in popluar color models

819EDB
RGB129158219
HSL221°55.56%68.24%
HSB/HSV221°41.10%85.88%
CMYK41.10%27.85%0.00%
14.12%

Color #819EDB in popluar number systems.

HEX819EDB
Decimal129158219
Binary100000011001111011011011
Octal201236333

Shades and tints

Shades of #819EDB

#819EDB
(129,158,219)
#7690C8
(118,144,200)
#6B82B5
(107,130,181)
#6074A2
(96,116,162)
#55668F
(85,102,143)
#4A587C
(74,88,124)
#3F4A69
(63,74,105)
#343C56
(52,60,86)
#292E43
(41,46,67)
#1E2030
(30,32,48)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #819EDB

#819EDB
(129,158,219)
#8CA6DE
(140,166,222)
#97AEE1
(151,174,225)
#A2B6E4
(162,182,228)
#ADBEE7
(173,190,231)
#B8C6EA
(184,198,234)
#C3CEED
(195,206,237)
#CED6F0
(206,214,240)
#D9DEF3
(217,222,243)
#E4E6F6
(228,230,246)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819EDB color. Also use rgb(129,158,219) instead hex code.

Text Font Color

.myTextColor { color: #819EDB; }

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

This text font color is #819EDB.


Background Color

.myBgColor { background-color: #819EDB; }

<div style="background-color:#819EDB">Inner text</div>

This div background color is #819EDB.


Border color

.myBorderColor { border: 1px solid #819EDB; }

<div style="border:3px solid #819EDB">Div</div>

This div border color is #819EDB.


Opacity

.myOpacity80 { color: #819EDB; opacity: 0.8; }

<p style="color:#819EDB;opacity:0.8;">80%</p>

Text with #819EDB 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 #819EDB;}

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

This text has shadow with #819EDB color.

.textShadow {text-shadow: 3px 3px 1px #819EDB, 3px 3px 1px red;}

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

This text has shadow with #819EDB primary color and red secondary color.


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

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

This text has shadow with #819EDB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #819EDB;
  -webkit-box-shadow:	1px 1px 3px 2px #819EDB;
  box-shadow:		1px 1px 3px 2px #819EDB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #819EDB;
-webkit-box-shadow: 1px 1px 3px 2px #819EDB;
box-shadow:1px 1px 3px 2px #819EDB;">
Div content here</div>
This div box has shadow with color #819EDB.

Preview

Color preview on black background

This text has color #819EDB on black background.


Color preview on white background

This text has color #819EDB on white background.



Black color preview on #819EDB background

This text has black color on #819EDB background.


White color preview on #819EDB background

This text has white color on #819EDB background.