COLOR #504DCE

HEX: #504DCE
RGB: (80,77,206)

Color info

#504DCE contains mainly blue color. Web safe color of #504DCE is #6633CC (or #63C).

RGB color model

#504DCE color RGB value is (80,77,206).

  • red value is 80;
  • green value is 77;
  • blue value is 206.
RGB:
(80,77,206)
(31%,30%,81%)

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 206 of 255 = 81%

80
77
206

R + G + B ~ 47%. #504DCE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 206 = 363 (100%)
R 80 of 363 ~ 22.04%
G 77 of 363 ~ 21.21%
B 206 of 363 ~ 56.75%

%22.04
%21.21
%56.75

CMYK color model

#504DCE color CMYK value is (61,63,0,19).

  • cyan value is 61.17%
  • magenta value is 62.62%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(61,63,0,19)
C61M63Y0K19 
(61%,63%,0%,19%)
(0.61/0.63/0.00/0.19)	

CMYK percentages

%61.17
%62.62
%0
%19.22

Codes

Color #504DCE in popluar color models

504DCE
RGB8077206
HSL241°56.83%55.49%
HSB/HSV241°62.62%80.78%
CMYK61.17%62.62%0.00%
19.22%

Color #504DCE in popluar number systems.

HEX504DCE
Decimal8077206
Binary1010000100110111001110
Octal120115316

Shades and tints

Shades of #504DCE

#504DCE
(80,77,206)
#4946BC
(73,70,188)
#423FAA
(66,63,170)
#3B3898
(59,56,152)
#343186
(52,49,134)
#2D2A74
(45,42,116)
#262362
(38,35,98)
#1F1C50
(31,28,80)
#18153E
(24,21,62)
#110E2C
(17,14,44)
#0A071A
(10,7,26)
#000000
(0,0,0)

Tints of #504DCE

#504DCE
(80,77,206)
#5F5DD2
(95,93,210)
#6E6DD6
(110,109,214)
#7D7DDA
(125,125,218)
#8C8DDE
(140,141,222)
#9B9DE2
(155,157,226)
#AAADE6
(170,173,230)
#B9BDEA
(185,189,234)
#C8CDEE
(200,205,238)
#D7DDF2
(215,221,242)
#E6EDF6
(230,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504DCE color. Also use rgb(80,77,206) instead hex code.

Text Font Color

.myTextColor { color: #504DCE; }

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

This text font color is #504DCE.


Background Color

.myBgColor { background-color: #504DCE; }

<div style="background-color:#504DCE">Inner text</div>

This div background color is #504DCE.


Border color

.myBorderColor { border: 1px solid #504DCE; }

<div style="border:3px solid #504DCE">Div</div>

This div border color is #504DCE.


Opacity

.myOpacity80 { color: #504DCE; opacity: 0.8; }

<p style="color:#504DCE;opacity:0.8;">80%</p>

Text with #504DCE 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 #504DCE;}

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

This text has shadow with #504DCE color.

.textShadow {text-shadow: 3px 3px 1px #504DCE, 3px 3px 1px red;}

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

This text has shadow with #504DCE primary color and red secondary color.


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

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

This text has shadow with #504DCE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504DCE on black background.


Color preview on white background

This text has color #504DCE on white background.



Black color preview on #504DCE background

This text has black color on #504DCE background.


White color preview on #504DCE background

This text has white color on #504DCE background.