COLOR #0052E1

HEX: #0052E1
RGB: (0,82,225)

Color info

#0052E1 contains mainly blue color. Web safe color of #0052E1 is #0066CC (or #06C).

RGB color model

#0052E1 color RGB value is (0,82,225).

  • red value is 0;
  • green value is 82;
  • blue value is 225.
RGB:
(0,82,225)
(0%,32%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 225 of 255 = 88%

0
82
225

R + G + B ~ 40%. #0052E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 225 = 307 (100%)
R 0 of 307 ~ 0%
G 82 of 307 ~ 26.71%
B 225 of 307 ~ 73.29%

%26.71
%73.29

CMYK color model

#0052E1 color CMYK value is (100,64,0,12).

  • cyan value is 100.00%
  • magenta value is 63.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,64,0,12)
C100M64Y0K12 
(100%,64%,0%,12%)
(1.00/0.64/0.00/0.12)	

CMYK percentages

%100
%63.56
%0
%11.76

Codes

Color #0052E1 in popluar color models

0052E1
RGB082225
HSL218°100.00%44.12%
HSB/HSV218°100.00%88.24%
CMYK100.00%63.56%0.00%
11.76%

Color #0052E1 in popluar number systems.

HEX0052E1
Decimal082225
Binary0101001011100001
Octal0122341

Shades and tints

Shades of #0052E1

#0052E1
(0,82,225)
#004BCD
(0,75,205)
#0044B9
(0,68,185)
#003DA5
(0,61,165)
#003691
(0,54,145)
#002F7D
(0,47,125)
#002869
(0,40,105)
#002155
(0,33,85)
#001A41
(0,26,65)
#00132D
(0,19,45)
#000C19
(0,12,25)
#000000
(0,0,0)

Tints of #0052E1

#0052E1
(0,82,225)
#1761E3
(23,97,227)
#2E70E5
(46,112,229)
#457FE7
(69,127,231)
#5C8EE9
(92,142,233)
#739DEB
(115,157,235)
#8AACED
(138,172,237)
#A1BBEF
(161,187,239)
#B8CAF1
(184,202,241)
#CFD9F3
(207,217,243)
#E6E8F5
(230,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0052E1 color. Also use rgb(0,82,225) instead hex code.

Text Font Color

.myTextColor { color: #0052E1; }

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

This text font color is #0052E1.


Background Color

.myBgColor { background-color: #0052E1; }

<div style="background-color:#0052E1">Inner text</div>

This div background color is #0052E1.


Border color

.myBorderColor { border: 1px solid #0052E1; }

<div style="border:3px solid #0052E1">Div</div>

This div border color is #0052E1.


Opacity

.myOpacity80 { color: #0052E1; opacity: 0.8; }

<p style="color:#0052E1;opacity:0.8;">80%</p>

Text with #0052E1 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 #0052E1;}

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

This text has shadow with #0052E1 color.

.textShadow {text-shadow: 3px 3px 1px #0052E1, 3px 3px 1px red;}

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

This text has shadow with #0052E1 primary color and red secondary color.


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

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

This text has shadow with #0052E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0052E1 on black background.


Color preview on white background

This text has color #0052E1 on white background.



Black color preview on #0052E1 background

This text has black color on #0052E1 background.


White color preview on #0052E1 background

This text has white color on #0052E1 background.