COLOR #506CC8

HEX: #506CC8
RGB: (80,108,200)

Renk bilgisi

#506CC8 contains mainly blue color. #506CC8 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#506CC8 color RGB value is (80,108,200).

  • kırmız ton 80;
  • yeşil ton 108;
  • mavi ton 200.
RGB:
(80,108,200)
(31%,42%,78%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 108 of 255 = 42%
B 200 of 255 = 78%

80
108
200

R + G + B ~ 50%. #506CC8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 200 = 388 (100%)
R 80 of 388 ~ 20.62%
G 108 of 388 ~ 27.84%
B 200 of 388 ~ 51.55%

%20.62
%27.84
%51.55

CMYK RENK MODELİ

#506CC8 rengi CMYK tonu (60,46,0,22).

  • camgöbeği tonu 60.00%
  • eflatun tonu 46.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(60,46,0,22)
C60M46Y0K22 
(60%,46%,0%,22%)
(0.60/0.46/0.00/0.22)	

CMYK yüzdeleri

%60
%46
%0
%21.57

Codes

Color #506CC8 in popluar color models

506CC8
RGB80108200
HSL226°52.17%54.90%
HSB/HSV226°60.00%78.43%
CMYK60.00%46.00%0.00%
21.57%

Color #506CC8 in popluar number systems.

HEX506CC8
Decimal80108200
Binary1010000110110011001000
Octal120154310

Shades and tints

Shades of #506CC8

#506CC8
(80,108,200)
#4963B6
(73,99,182)
#425AA4
(66,90,164)
#3B5192
(59,81,146)
#344880
(52,72,128)
#2D3F6E
(45,63,110)
#26365C
(38,54,92)
#1F2D4A
(31,45,74)
#182438
(24,36,56)
#111B26
(17,27,38)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #506CC8

#506CC8
(80,108,200)
#5F79CD
(95,121,205)
#6E86D2
(110,134,210)
#7D93D7
(125,147,215)
#8CA0DC
(140,160,220)
#9BADE1
(155,173,225)
#AABAE6
(170,186,230)
#B9C7EB
(185,199,235)
#C8D4F0
(200,212,240)
#D7E1F5
(215,225,245)
#E6EEFA
(230,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506CC8 color. Also use rgb(80,108,200) instead hex code.

Text Font Color

.myTextColor { color: #506CC8; }

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

This text font color is #506CC8.


Background Color

.myBgColor { background-color: #506CC8; }

<div style="background-color:#506CC8">Inner text</div>

This div background color is #506CC8.


Border color

.myBorderColor { border: 1px solid #506CC8; }

<div style="border:3px solid #506CC8">Div</div>

This div border color is #506CC8.


Opacity

.myOpacity80 { color: #506CC8; opacity: 0.8; }

<p style="color:#506CC8;opacity:0.8;">80%</p>

Text with #506CC8 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 #506CC8;}

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

This text has shadow with #506CC8 color.

.textShadow {text-shadow: 3px 3px 1px #506CC8, 3px 3px 1px red;}

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

This text has shadow with #506CC8 primary color and red secondary color.


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

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

This text has shadow with #506CC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506CC8 on black background.


Color preview on white background

This text has color #506CC8 on white background.



Black color preview on #506CC8 background

This text has black color on #506CC8 background.


White color preview on #506CC8 background

This text has white color on #506CC8 background.