COLOR #500DFD

HEX: #500DFD
RGB: (80,13,253)

Color info

#500DFD contains mainly blue color. Web safe color of #500DFD is #6600FF (or #60F).

RGB color model

#500DFD color RGB value is (80,13,253).

  • red value is 80;
  • green value is 13;
  • blue value is 253.
RGB:
(80,13,253)
(31%,5%,99%)

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 253 of 255 = 99%

80
13
253

R + G + B ~ 45%. #500DFD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 253 = 346 (100%)
R 80 of 346 ~ 23.12%
G 13 of 346 ~ 3.76%
B 253 of 346 ~ 73.12%

%23.12
%73.12

CMYK color model

#500DFD color CMYK value is (68,95,0,1).

  • cyan value is 68.38%
  • magenta value is 94.86%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(68,95,0,1)
C68M95Y0K1 
(68%,95%,0%,1%)
(0.68/0.95/0.00/0.01)	

CMYK percentages

%68.38
%94.86
%0
%0.78

Codes

Color #500DFD in popluar color models

500DFD
RGB8013253
HSL257°98.36%52.16%
HSB/HSV257°94.86%99.22%
CMYK68.38%94.86%0.00%
0.78%

Color #500DFD in popluar number systems.

HEX500DFD
Decimal8013253
Binary1010000110111111101
Octal12015375

Shades and tints

Shades of #500DFD

#500DFD
(80,13,253)
#490CE6
(73,12,230)
#420BCF
(66,11,207)
#3B0AB8
(59,10,184)
#3409A1
(52,9,161)
#2D088A
(45,8,138)
#260773
(38,7,115)
#1F065C
(31,6,92)
#180545
(24,5,69)
#11042E
(17,4,46)
#0A0317
(10,3,23)
#000000
(0,0,0)

Tints of #500DFD

#500DFD
(80,13,253)
#5F23FD
(95,35,253)
#6E39FD
(110,57,253)
#7D4FFD
(125,79,253)
#8C65FD
(140,101,253)
#9B7BFD
(155,123,253)
#AA91FD
(170,145,253)
#B9A7FD
(185,167,253)
#C8BDFD
(200,189,253)
#D7D3FD
(215,211,253)
#E6E9FD
(230,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500DFD color. Also use rgb(80,13,253) instead hex code.

Text Font Color

.myTextColor { color: #500DFD; }

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

This text font color is #500DFD.


Background Color

.myBgColor { background-color: #500DFD; }

<div style="background-color:#500DFD">Inner text</div>

This div background color is #500DFD.


Border color

.myBorderColor { border: 1px solid #500DFD; }

<div style="border:3px solid #500DFD">Div</div>

This div border color is #500DFD.


Opacity

.myOpacity80 { color: #500DFD; opacity: 0.8; }

<p style="color:#500DFD;opacity:0.8;">80%</p>

Text with #500DFD 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 #500DFD;}

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

This text has shadow with #500DFD color.

.textShadow {text-shadow: 3px 3px 1px #500DFD, 3px 3px 1px red;}

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

This text has shadow with #500DFD primary color and red secondary color.


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

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

This text has shadow with #500DFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500DFD on black background.


Color preview on white background

This text has color #500DFD on white background.



Black color preview on #500DFD background

This text has black color on #500DFD background.


White color preview on #500DFD background

This text has white color on #500DFD background.