COLOR #5266EF

HEX: #5266EF
RGB: (82,102,239)

Color info

#5266EF contains mainly blue color. Web safe color of #5266EF is #6666FF (or #66F).

RGB color model

#5266EF color RGB value is (82,102,239).

  • red value is 82;
  • green value is 102;
  • blue value is 239.
RGB:
(82,102,239)
(32%,40%,94%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 239 of 255 = 94%

82
102
239

R + G + B ~ 55%. #5266EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 239 = 423 (100%)
R 82 of 423 ~ 19.39%
G 102 of 423 ~ 24.11%
B 239 of 423 ~ 56.5%

%19.39
%24.11
%56.5

CMYK color model

#5266EF color CMYK value is (66,57,0,6).

  • cyan value is 65.69%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(66,57,0,6)
C66M57Y0K6 
(66%,57%,0%,6%)
(0.66/0.57/0.00/0.06)	

CMYK percentages

%65.69
%57.32
%0
%6.27

Codes

Color #5266EF in popluar color models

5266EF
RGB82102239
HSL232°83.07%62.94%
HSB/HSV232°65.69%93.73%
CMYK65.69%57.32%0.00%
6.27%

Color #5266EF in popluar number systems.

HEX5266EF
Decimal82102239
Binary1010010110011011101111
Octal122146357

Shades and tints

Shades of #5266EF

#5266EF
(82,102,239)
#4B5DDA
(75,93,218)
#4454C5
(68,84,197)
#3D4BB0
(61,75,176)
#36429B
(54,66,155)
#2F3986
(47,57,134)
#283071
(40,48,113)
#21275C
(33,39,92)
#1A1E47
(26,30,71)
#131532
(19,21,50)
#0C0C1D
(12,12,29)
#000000
(0,0,0)

Tints of #5266EF

#5266EF
(82,102,239)
#6173F0
(97,115,240)
#7080F1
(112,128,241)
#7F8DF2
(127,141,242)
#8E9AF3
(142,154,243)
#9DA7F4
(157,167,244)
#ACB4F5
(172,180,245)
#BBC1F6
(187,193,246)
#CACEF7
(202,206,247)
#D9DBF8
(217,219,248)
#E8E8F9
(232,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5266EF color. Also use rgb(82,102,239) instead hex code.

Text Font Color

.myTextColor { color: #5266EF; }

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

This text font color is #5266EF.


Background Color

.myBgColor { background-color: #5266EF; }

<div style="background-color:#5266EF">Inner text</div>

This div background color is #5266EF.


Border color

.myBorderColor { border: 1px solid #5266EF; }

<div style="border:3px solid #5266EF">Div</div>

This div border color is #5266EF.


Opacity

.myOpacity80 { color: #5266EF; opacity: 0.8; }

<p style="color:#5266EF;opacity:0.8;">80%</p>

Text with #5266EF 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 #5266EF;}

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

This text has shadow with #5266EF color.

.textShadow {text-shadow: 3px 3px 1px #5266EF, 3px 3px 1px red;}

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

This text has shadow with #5266EF primary color and red secondary color.


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

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

This text has shadow with #5266EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5266EF on black background.


Color preview on white background

This text has color #5266EF on white background.



Black color preview on #5266EF background

This text has black color on #5266EF background.


White color preview on #5266EF background

This text has white color on #5266EF background.