COLOR #5078F0

HEX: #5078F0
RGB: (80,120,240)

Color info

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

RGB color model

#5078F0 color RGB value is (80,120,240).

  • red value is 80;
  • green value is 120;
  • blue value is 240.
RGB:
(80,120,240)
(31%,47%,94%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 240 of 255 = 94%

80
120
240

R + G + B ~ 57%. #5078F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 240 = 440 (100%)
R 80 of 440 ~ 18.18%
G 120 of 440 ~ 27.27%
B 240 of 440 ~ 54.55%

%18.18
%27.27
%54.55

CMYK color model

#5078F0 color CMYK value is (67,50,0,6).

  • cyan value is 66.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(67,50,0,6)
C67M50Y0K6 
(67%,50%,0%,6%)
(0.67/0.50/0.00/0.06)	

CMYK percentages

%66.67
%50
%0
%5.88

Codes

Color #5078F0 in popluar color models

5078F0
RGB80120240
HSL225°84.21%62.75%
HSB/HSV225°66.67%94.12%
CMYK66.67%50.00%0.00%
5.88%

Color #5078F0 in popluar number systems.

HEX5078F0
Decimal80120240
Binary1010000111100011110000
Octal120170360

Shades and tints

Shades of #5078F0

#5078F0
(80,120,240)
#496EDB
(73,110,219)
#4264C6
(66,100,198)
#3B5AB1
(59,90,177)
#34509C
(52,80,156)
#2D4687
(45,70,135)
#263C72
(38,60,114)
#1F325D
(31,50,93)
#182848
(24,40,72)
#111E33
(17,30,51)
#0A141E
(10,20,30)
#000000
(0,0,0)

Tints of #5078F0

#5078F0
(80,120,240)
#5F84F1
(95,132,241)
#6E90F2
(110,144,242)
#7D9CF3
(125,156,243)
#8CA8F4
(140,168,244)
#9BB4F5
(155,180,245)
#AAC0F6
(170,192,246)
#B9CCF7
(185,204,247)
#C8D8F8
(200,216,248)
#D7E4F9
(215,228,249)
#E6F0FA
(230,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5078F0 color. Also use rgb(80,120,240) instead hex code.

Text Font Color

.myTextColor { color: #5078F0; }

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

This text font color is #5078F0.


Background Color

.myBgColor { background-color: #5078F0; }

<div style="background-color:#5078F0">Inner text</div>

This div background color is #5078F0.


Border color

.myBorderColor { border: 1px solid #5078F0; }

<div style="border:3px solid #5078F0">Div</div>

This div border color is #5078F0.


Opacity

.myOpacity80 { color: #5078F0; opacity: 0.8; }

<p style="color:#5078F0;opacity:0.8;">80%</p>

Text with #5078F0 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 #5078F0;}

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

This text has shadow with #5078F0 color.

.textShadow {text-shadow: 3px 3px 1px #5078F0, 3px 3px 1px red;}

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

This text has shadow with #5078F0 primary color and red secondary color.


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

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

This text has shadow with #5078F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5078F0 on black background.


Color preview on white background

This text has color #5078F0 on white background.



Black color preview on #5078F0 background

This text has black color on #5078F0 background.


White color preview on #5078F0 background

This text has white color on #5078F0 background.