COLOR #5070C8

HEX: #5070C8 RGB: (80,112,200)

Color info

#5070C8 contains mainly blue color. Web safe color of #5070C8 is #6666CC (or #66C).

RGB color model

#5070C8 color RGB value is (80,112,200).

RGB: (80,112,200) (31%, 44%, 78%)

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 200 of 255 = 78%

80
112
200

R + G + B ~ 51%. #5070C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 112 + 200 = 392 (100%)
R 80 of 392 ~ 20.41%
G 112 of 392 ~ 28.57%
B 200 of 392 ~ 51.02'%

%20.41
%28.57
%51.02

CMYK color model

#5070C8 color CMYK value is (60,44,0,22).

  • cyan value is 60.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (60,44,0,22)
C60M44Y0K22 (60%, 44%, 0%, 22%)
(0.60 / 0.44 / 0.00 / 0.22)

CMYK percentages

%60
%44
%0
%21.57

Codes

Color #5070C8 in popluar color models

50 70 C8
RGB 80 112 200
HSL 224° 52.17% 54.90%
HSB/HSV 224° 60.00% 78.43%
CMYK 60.00% 44.00% 0.00%
21.57%

Color #5070C8 in popluar number systems.

HEX 50 70 C8
Decimal 80 112 200
Binary 1010000 1110000 11001000
Octal 120 160 310

Shades and tints

Shades of #5070C8

#5070C8
(80,112,200)
#4966B6
(73,102,182)
#425CA4
(66,92,164)
#3B5292
(59,82,146)
#344880
(52,72,128)
#2D3E6E
(45,62,110)
#26345C
(38,52,92)
#1F2A4A
(31,42,74)
#182038
(24,32,56)
#111626
(17,22,38)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #5070C8

#5070C8
(80,112,200)
#5F7DCD
(95,125,205)
#6E8AD2
(110,138,210)
#7D97D7
(125,151,215)
#8CA4DC
(140,164,220)
#9BB1E1
(155,177,225)
#AABEE6
(170,190,230)
#B9CBEB
(185,203,235)
#C8D8F0
(200,216,240)
#D7E5F5
(215,229,245)
#E6F2FA
(230,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5070C8 color. Also use rgb(80,112,200) instead hex code.

Text Font Color

.myTextColor { color: #5070C8; }

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

This text font color is #5070C8.

Background Color

.myBgColor { background-color: #5070C8; }

<div style="background-color:#5070C8">Inner text</div>

This div background color is #5070C8.

Border color

.myBorderColor { border: 1px solid #5070C8; }

<div style="border:3px solid #5070C8">Div</div>

This div border color is #5070C8.

Opacity

.myOpacity80 { color: #5070C8; opacity: 0.8; }

<p style="color:#5070C8;opacity:0.8;">80%</p>

Text with #5070C8 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 #5070C8;}

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

This text has shadow with #5070C8 color.


.textShadow {text-shadow: 3px 3px 1px #5070C8', 3px 3px 1px red;}

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

This text has shadow with #5070C8 primary color and red secondary color.


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

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

This text has shadow with #5070C8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5070C8; -webkit-box-shadow: 1px 1px 3px 2px #5070C8; box-shadow:1px 1px 3px 2px #5070C8;">
Div content here
</div>

This div box has shadow with color #5070C8.

Preview

Color preview on black background

This text has color #5070C8 on black background.


Color preview on white background

This text has color #5070C8 on white background.


Black color preview on #5070C8 background

This text has black color on #5070C8 background.


White color preview on #5070C8 background

This text has white color on #5070C8 background.


Related colors

Complementary color

Complementary color for #hex is #AF8F37.


I love getcolorcode.com

Triadic colors

1 #C85070 and #70C850 with #5070C8 are triadic colors.

2 #C87050 and #7050C8 with #5070C8 are triadic colors.