COLOR #859DE9

HEX: #859DE9
RGB: (133,157,233)

Color info

#859DE9 contains mainly blue color. Web safe color of #859DE9 is #9999FF (or #99F).

RGB color model

#859DE9 color RGB value is (133,157,233).

  • red value is 133;
  • green value is 157;
  • blue value is 233.
RGB:
(133,157,233)
(52%,62%,91%)

RGB channels and saturation

R 133 of 255 = 52%
G 157 of 255 = 62%
B 233 of 255 = 91%

133
157
233

R + G + B ~ 68%. #859DE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 157 + 233 = 523 (100%)
R 133 of 523 ~ 25.43%
G 157 of 523 ~ 30.02%
B 233 of 523 ~ 44.55%

%25.43
%30.02
%44.55

CMYK color model

#859DE9 color CMYK value is (43,33,0,9).

  • cyan value is 42.92%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(43,33,0,9)
C43M33Y0K9 
(43%,33%,0%,9%)
(0.43/0.33/0.00/0.09)	

CMYK percentages

%42.92
%32.62
%0
%8.63

Codes

Color #859DE9 in popluar color models

859DE9
RGB133157233
HSL226°69.44%71.76%
HSB/HSV226°42.92%91.37%
CMYK42.92%32.62%0.00%
8.63%

Color #859DE9 in popluar number systems.

HEX859DE9
Decimal133157233
Binary100001011001110111101001
Octal205235351

Shades and tints

Shades of #859DE9

#859DE9
(133,157,233)
#798FD4
(121,143,212)
#6D81BF
(109,129,191)
#6173AA
(97,115,170)
#556595
(85,101,149)
#495780
(73,87,128)
#3D496B
(61,73,107)
#313B56
(49,59,86)
#252D41
(37,45,65)
#191F2C
(25,31,44)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #859DE9

#859DE9
(133,157,233)
#90A5EB
(144,165,235)
#9BADED
(155,173,237)
#A6B5EF
(166,181,239)
#B1BDF1
(177,189,241)
#BCC5F3
(188,197,243)
#C7CDF5
(199,205,245)
#D2D5F7
(210,213,247)
#DDDDF9
(221,221,249)
#E8E5FB
(232,229,251)
#F3EDFD
(243,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859DE9 color. Also use rgb(133,157,233) instead hex code.

Text Font Color

.myTextColor { color: #859DE9; }

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

This text font color is #859DE9.


Background Color

.myBgColor { background-color: #859DE9; }

<div style="background-color:#859DE9">Inner text</div>

This div background color is #859DE9.


Border color

.myBorderColor { border: 1px solid #859DE9; }

<div style="border:3px solid #859DE9">Div</div>

This div border color is #859DE9.


Opacity

.myOpacity80 { color: #859DE9; opacity: 0.8; }

<p style="color:#859DE9;opacity:0.8;">80%</p>

Text with #859DE9 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 #859DE9;}

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

This text has shadow with #859DE9 color.

.textShadow {text-shadow: 3px 3px 1px #859DE9, 3px 3px 1px red;}

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

This text has shadow with #859DE9 primary color and red secondary color.


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

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

This text has shadow with #859DE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859DE9 on black background.


Color preview on white background

This text has color #859DE9 on white background.



Black color preview on #859DE9 background

This text has black color on #859DE9 background.


White color preview on #859DE9 background

This text has white color on #859DE9 background.