COLOR #507EFC

HEX: #507EFC
RGB: (80,126,252)

Color info

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

RGB color model

#507EFC color RGB value is (80,126,252).

  • red value is 80;
  • green value is 126;
  • blue value is 252.
RGB:
(80,126,252)
(31%,49%,99%)

RGB channels and saturation

R 80 of 255 = 31%
G 126 of 255 = 49%
B 252 of 255 = 99%

80
126
252

R + G + B ~ 60%. #507EFC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 126 + 252 = 458 (100%)
R 80 of 458 ~ 17.47%
G 126 of 458 ~ 27.51%
B 252 of 458 ~ 55.02%

%17.47
%27.51
%55.02

CMYK color model

#507EFC color CMYK value is (68,50,0,1).

  • cyan value is 68.25%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(68,50,0,1)
C68M50Y0K1 
(68%,50%,0%,1%)
(0.68/0.50/0.00/0.01)	

CMYK percentages

%68.25
%50
%0
%1.18

Codes

Color #507EFC in popluar color models

507EFC
RGB80126252
HSL224°96.63%65.10%
HSB/HSV224°68.25%98.82%
CMYK68.25%50.00%0.00%
1.18%

Color #507EFC in popluar number systems.

HEX507EFC
Decimal80126252
Binary1010000111111011111100
Octal120176374

Shades and tints

Shades of #507EFC

#507EFC
(80,126,252)
#4973E6
(73,115,230)
#4268D0
(66,104,208)
#3B5DBA
(59,93,186)
#3452A4
(52,82,164)
#2D478E
(45,71,142)
#263C78
(38,60,120)
#1F3162
(31,49,98)
#18264C
(24,38,76)
#111B36
(17,27,54)
#0A1020
(10,16,32)
#000000
(0,0,0)

Tints of #507EFC

#507EFC
(80,126,252)
#5F89FC
(95,137,252)
#6E94FC
(110,148,252)
#7D9FFC
(125,159,252)
#8CAAFC
(140,170,252)
#9BB5FC
(155,181,252)
#AAC0FC
(170,192,252)
#B9CBFC
(185,203,252)
#C8D6FC
(200,214,252)
#D7E1FC
(215,225,252)
#E6ECFC
(230,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507EFC color. Also use rgb(80,126,252) instead hex code.

Text Font Color

.myTextColor { color: #507EFC; }

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

This text font color is #507EFC.


Background Color

.myBgColor { background-color: #507EFC; }

<div style="background-color:#507EFC">Inner text</div>

This div background color is #507EFC.


Border color

.myBorderColor { border: 1px solid #507EFC; }

<div style="border:3px solid #507EFC">Div</div>

This div border color is #507EFC.


Opacity

.myOpacity80 { color: #507EFC; opacity: 0.8; }

<p style="color:#507EFC;opacity:0.8;">80%</p>

Text with #507EFC 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 #507EFC;}

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

This text has shadow with #507EFC color.

.textShadow {text-shadow: 3px 3px 1px #507EFC, 3px 3px 1px red;}

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

This text has shadow with #507EFC primary color and red secondary color.


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

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

This text has shadow with #507EFC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507EFC on black background.


Color preview on white background

This text has color #507EFC on white background.



Black color preview on #507EFC background

This text has black color on #507EFC background.


White color preview on #507EFC background

This text has white color on #507EFC background.