COLOR #507BD2

HEX: #507BD2
RGB: (80,123,210)

Renk bilgisi

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

RGB renk modeli

#507BD2 color RGB value is (80,123,210).

  • kırmız ton 80;
  • yeşil ton 123;
  • mavi ton 210.
RGB:
(80,123,210)
(31%,48%,82%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 123 of 255 = 48%
B 210 of 255 = 82%

80
123
210

R + G + B ~ 54%. #507BD2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 123 + 210 = 413 (100%)
R 80 of 413 ~ 19.37%
G 123 of 413 ~ 29.78%
B 210 of 413 ~ 50.85%

%19.37
%29.78
%50.85

CMYK RENK MODELİ

#507BD2 rengi CMYK tonu (62,41,0,18).

  • camgöbeği tonu 61.90%
  • eflatun tonu 41.43%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(62,41,0,18)
C62M41Y0K18 
(62%,41%,0%,18%)
(0.62/0.41/0.00/0.18)	

CMYK yüzdeleri

%61.9
%41.43
%0
%17.65

Codes

Color #507BD2 in popluar color models

507BD2
RGB80123210
HSL220°59.09%56.86%
HSB/HSV220°61.90%82.35%
CMYK61.90%41.43%0.00%
17.65%

Color #507BD2 in popluar number systems.

HEX507BD2
Decimal80123210
Binary1010000111101111010010
Octal120173322

Shades and tints

Shades of #507BD2

#507BD2
(80,123,210)
#4970BF
(73,112,191)
#4265AC
(66,101,172)
#3B5A99
(59,90,153)
#344F86
(52,79,134)
#2D4473
(45,68,115)
#263960
(38,57,96)
#1F2E4D
(31,46,77)
#18233A
(24,35,58)
#111827
(17,24,39)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #507BD2

#507BD2
(80,123,210)
#5F87D6
(95,135,214)
#6E93DA
(110,147,218)
#7D9FDE
(125,159,222)
#8CABE2
(140,171,226)
#9BB7E6
(155,183,230)
#AAC3EA
(170,195,234)
#B9CFEE
(185,207,238)
#C8DBF2
(200,219,242)
#D7E7F6
(215,231,246)
#E6F3FA
(230,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507BD2 color. Also use rgb(80,123,210) instead hex code.

Text Font Color

.myTextColor { color: #507BD2; }

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

This text font color is #507BD2.


Background Color

.myBgColor { background-color: #507BD2; }

<div style="background-color:#507BD2">Inner text</div>

This div background color is #507BD2.


Border color

.myBorderColor { border: 1px solid #507BD2; }

<div style="border:3px solid #507BD2">Div</div>

This div border color is #507BD2.


Opacity

.myOpacity80 { color: #507BD2; opacity: 0.8; }

<p style="color:#507BD2;opacity:0.8;">80%</p>

Text with #507BD2 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 #507BD2;}

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

This text has shadow with #507BD2 color.

.textShadow {text-shadow: 3px 3px 1px #507BD2, 3px 3px 1px red;}

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

This text has shadow with #507BD2 primary color and red secondary color.


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

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

This text has shadow with #507BD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507BD2 on black background.


Color preview on white background

This text has color #507BD2 on white background.



Black color preview on #507BD2 background

This text has black color on #507BD2 background.


White color preview on #507BD2 background

This text has white color on #507BD2 background.