COLOR #506DCA

HEX: #506DCA
RGB: (80,109,202)

Renk bilgisi

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

RGB renk modeli

#506DCA color RGB value is (80,109,202).

  • kırmız ton 80;
  • yeşil ton 109;
  • mavi ton 202.
RGB:
(80,109,202)
(31%,43%,79%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 202 of 255 = 79%

80
109
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 109 + 202 = 391 (100%)
R 80 of 391 ~ 20.46%
G 109 of 391 ~ 27.88%
B 202 of 391 ~ 51.66%

%20.46
%27.88
%51.66

CMYK RENK MODELİ

#506DCA rengi CMYK tonu (60,46,0,21).

  • camgöbeği tonu 60.40%
  • eflatun tonu 46.04%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(60,46,0,21)
C60M46Y0K21 
(60%,46%,0%,21%)
(0.60/0.46/0.00/0.21)	

CMYK yüzdeleri

%60.4
%46.04
%0
%20.78

Codes

Color #506DCA in popluar color models

506DCA
RGB80109202
HSL226°53.51%55.29%
HSB/HSV226°60.40%79.22%
CMYK60.40%46.04%0.00%
20.78%

Color #506DCA in popluar number systems.

HEX506DCA
Decimal80109202
Binary1010000110110111001010
Octal120155312

Shades and tints

Shades of #506DCA

#506DCA
(80,109,202)
#4964B8
(73,100,184)
#425BA6
(66,91,166)
#3B5294
(59,82,148)
#344982
(52,73,130)
#2D4070
(45,64,112)
#26375E
(38,55,94)
#1F2E4C
(31,46,76)
#18253A
(24,37,58)
#111C28
(17,28,40)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #506DCA

#506DCA
(80,109,202)
#5F7ACE
(95,122,206)
#6E87D2
(110,135,210)
#7D94D6
(125,148,214)
#8CA1DA
(140,161,218)
#9BAEDE
(155,174,222)
#AABBE2
(170,187,226)
#B9C8E6
(185,200,230)
#C8D5EA
(200,213,234)
#D7E2EE
(215,226,238)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506DCA color. Also use rgb(80,109,202) instead hex code.

Text Font Color

.myTextColor { color: #506DCA; }

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

This text font color is #506DCA.


Background Color

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

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

This div background color is #506DCA.


Border color

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

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

This div border color is #506DCA.


Opacity

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

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

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

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

This text has shadow with #506DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506DCA on black background.


Color preview on white background

This text has color #506DCA on white background.



Black color preview on #506DCA background

This text has black color on #506DCA background.


White color preview on #506DCA background

This text has white color on #506DCA background.