COLOR #809DF2

HEX: #809DF2
RGB: (128,157,242)

Color info

#809DF2 contains mainly blue color. Web safe color of #809DF2 is #6699FF (or #69F).

RGB color model

#809DF2 color RGB value is (128,157,242).

  • red value is 128;
  • green value is 157;
  • blue value is 242.
RGB:
(128,157,242)
(50%,62%,95%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 242 of 255 = 95%

128
157
242

R + G + B ~ 69%. #809DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 157 + 242 = 527 (100%)
R 128 of 527 ~ 24.29%
G 157 of 527 ~ 29.79%
B 242 of 527 ~ 45.92%

%24.29
%29.79
%45.92

CMYK color model

#809DF2 color CMYK value is (47,35,0,5).

  • cyan value is 47.11%
  • magenta value is 35.12%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(47,35,0,5)
C47M35Y0K5 
(47%,35%,0%,5%)
(0.47/0.35/0.00/0.05)	

CMYK percentages

%47.11
%35.12
%0
%5.1

Codes

Color #809DF2 in popluar color models

809DF2
RGB128157242
HSL225°81.43%72.55%
HSB/HSV225°47.11%94.90%
CMYK47.11%35.12%0.00%
5.10%

Color #809DF2 in popluar number systems.

HEX809DF2
Decimal128157242
Binary100000001001110111110010
Octal200235362

Shades and tints

Shades of #809DF2

#809DF2
(128,157,242)
#758FDC
(117,143,220)
#6A81C6
(106,129,198)
#5F73B0
(95,115,176)
#54659A
(84,101,154)
#495784
(73,87,132)
#3E496E
(62,73,110)
#333B58
(51,59,88)
#282D42
(40,45,66)
#1D1F2C
(29,31,44)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #809DF2

#809DF2
(128,157,242)
#8BA5F3
(139,165,243)
#96ADF4
(150,173,244)
#A1B5F5
(161,181,245)
#ACBDF6
(172,189,246)
#B7C5F7
(183,197,247)
#C2CDF8
(194,205,248)
#CDD5F9
(205,213,249)
#D8DDFA
(216,221,250)
#E3E5FB
(227,229,251)
#EEEDFC
(238,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809DF2 color. Also use rgb(128,157,242) instead hex code.

Text Font Color

.myTextColor { color: #809DF2; }

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

This text font color is #809DF2.


Background Color

.myBgColor { background-color: #809DF2; }

<div style="background-color:#809DF2">Inner text</div>

This div background color is #809DF2.


Border color

.myBorderColor { border: 1px solid #809DF2; }

<div style="border:3px solid #809DF2">Div</div>

This div border color is #809DF2.


Opacity

.myOpacity80 { color: #809DF2; opacity: 0.8; }

<p style="color:#809DF2;opacity:0.8;">80%</p>

Text with #809DF2 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 #809DF2;}

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

This text has shadow with #809DF2 color.

.textShadow {text-shadow: 3px 3px 1px #809DF2, 3px 3px 1px red;}

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

This text has shadow with #809DF2 primary color and red secondary color.


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

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

This text has shadow with #809DF2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809DF2 on black background.


Color preview on white background

This text has color #809DF2 on white background.



Black color preview on #809DF2 background

This text has black color on #809DF2 background.


White color preview on #809DF2 background

This text has white color on #809DF2 background.