COLOR #508BCB

HEX: #508BCB
RGB: (80,139,203)

Color info

#508BCB contains mainly blue color. Web safe color of #508BCB is #6699CC (or #69C).

RGB color model

#508BCB color RGB value is (80,139,203).

  • red value is 80;
  • green value is 139;
  • blue value is 203.
RGB:
(80,139,203)
(31%,55%,80%)

RGB channels and saturation

R 80 of 255 = 31%
G 139 of 255 = 55%
B 203 of 255 = 80%

80
139
203

R + G + B ~ 55%. #508BCB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 139 + 203 = 422 (100%)
R 80 of 422 ~ 18.96%
G 139 of 422 ~ 32.94%
B 203 of 422 ~ 48.1%

%18.96
%32.94
%48.1

CMYK color model

#508BCB color CMYK value is (61,32,0,20).

  • cyan value is 60.59%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(61,32,0,20)
C61M32Y0K20 
(61%,32%,0%,20%)
(0.61/0.32/0.00/0.20)	

CMYK percentages

%60.59
%31.53
%0
%20.39

Codes

Color #508BCB in popluar color models

508BCB
RGB80139203
HSL211°54.19%55.49%
HSB/HSV211°60.59%79.61%
CMYK60.59%31.53%0.00%
20.39%

Color #508BCB in popluar number systems.

HEX508BCB
Decimal80139203
Binary10100001000101111001011
Octal120213313

Shades and tints

Shades of #508BCB

#508BCB
(80,139,203)
#497FB9
(73,127,185)
#4273A7
(66,115,167)
#3B6795
(59,103,149)
#345B83
(52,91,131)
#2D4F71
(45,79,113)
#26435F
(38,67,95)
#1F374D
(31,55,77)
#182B3B
(24,43,59)
#111F29
(17,31,41)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #508BCB

#508BCB
(80,139,203)
#5F95CF
(95,149,207)
#6E9FD3
(110,159,211)
#7DA9D7
(125,169,215)
#8CB3DB
(140,179,219)
#9BBDDF
(155,189,223)
#AAC7E3
(170,199,227)
#B9D1E7
(185,209,231)
#C8DBEB
(200,219,235)
#D7E5EF
(215,229,239)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508BCB color. Also use rgb(80,139,203) instead hex code.

Text Font Color

.myTextColor { color: #508BCB; }

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

This text font color is #508BCB.


Background Color

.myBgColor { background-color: #508BCB; }

<div style="background-color:#508BCB">Inner text</div>

This div background color is #508BCB.


Border color

.myBorderColor { border: 1px solid #508BCB; }

<div style="border:3px solid #508BCB">Div</div>

This div border color is #508BCB.


Opacity

.myOpacity80 { color: #508BCB; opacity: 0.8; }

<p style="color:#508BCB;opacity:0.8;">80%</p>

Text with #508BCB 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 #508BCB;}

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

This text has shadow with #508BCB color.

.textShadow {text-shadow: 3px 3px 1px #508BCB, 3px 3px 1px red;}

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

This text has shadow with #508BCB primary color and red secondary color.


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

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

This text has shadow with #508BCB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508BCB on black background.


Color preview on white background

This text has color #508BCB on white background.



Black color preview on #508BCB background

This text has black color on #508BCB background.


White color preview on #508BCB background

This text has white color on #508BCB background.