COLOR #859EFE

HEX: #859EFE
RGB: (133,158,254)

Color info

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

RGB color model

#859EFE color RGB value is (133,158,254).

  • red value is 133;
  • green value is 158;
  • blue value is 254.
RGB:
(133,158,254)
(52%,62%,100%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 254 of 255 = 100%

133
158
254

R + G + B ~ 71%. #859EFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 158 + 254 = 545 (100%)
R 133 of 545 ~ 24.4%
G 158 of 545 ~ 28.99%
B 254 of 545 ~ 46.61%

%24.4
%28.99
%46.61

CMYK color model

#859EFE color CMYK value is (48,38,0,0).

  • cyan value is 47.64%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(48,38,0,0)
C48M38Y0K0 
(48%,38%,0%,0%)
(0.48/0.38/0.00/0.00)	

CMYK percentages

%47.64
%37.8
%0
%0.39

Codes

Color #859EFE in popluar color models

859EFE
RGB133158254
HSL228°98.37%75.88%
HSB/HSV228°47.64%99.61%
CMYK47.64%37.80%0.00%
0.39%

Color #859EFE in popluar number systems.

HEX859EFE
Decimal133158254
Binary100001011001111011111110
Octal205236376

Shades and tints

Shades of #859EFE

#859EFE
(133,158,254)
#7990E7
(121,144,231)
#6D82D0
(109,130,208)
#6174B9
(97,116,185)
#5566A2
(85,102,162)
#49588B
(73,88,139)
#3D4A74
(61,74,116)
#313C5D
(49,60,93)
#252E46
(37,46,70)
#19202F
(25,32,47)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #859EFE

#859EFE
(133,158,254)
#90A6FE
(144,166,254)
#9BAEFE
(155,174,254)
#A6B6FE
(166,182,254)
#B1BEFE
(177,190,254)
#BCC6FE
(188,198,254)
#C7CEFE
(199,206,254)
#D2D6FE
(210,214,254)
#DDDEFE
(221,222,254)
#E8E6FE
(232,230,254)
#F3EEFE
(243,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859EFE color. Also use rgb(133,158,254) instead hex code.

Text Font Color

.myTextColor { color: #859EFE; }

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

This text font color is #859EFE.


Background Color

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

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

This div background color is #859EFE.


Border color

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

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

This div border color is #859EFE.


Opacity

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

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

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

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

This text has shadow with #859EFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859EFE on black background.


Color preview on white background

This text has color #859EFE on white background.



Black color preview on #859EFE background

This text has black color on #859EFE background.


White color preview on #859EFE background

This text has white color on #859EFE background.