COLOR #507CDA

HEX: #507CDA
RGB: (80,124,218)

Renk bilgisi

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

RGB renk modeli

#507CDA color RGB value is (80,124,218).

  • kırmız ton 80;
  • yeşil ton 124;
  • mavi ton 218.
RGB:
(80,124,218)
(31%,49%,85%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 124 of 255 = 49%
B 218 of 255 = 85%

80
124
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 124 + 218 = 422 (100%)
R 80 of 422 ~ 18.96%
G 124 of 422 ~ 29.38%
B 218 of 422 ~ 51.66%

%18.96
%29.38
%51.66

CMYK RENK MODELİ

#507CDA rengi CMYK tonu (63,43,0,15).

  • camgöbeği tonu 63.30%
  • eflatun tonu 43.12%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(63,43,0,15)
C63M43Y0K15 
(63%,43%,0%,15%)
(0.63/0.43/0.00/0.15)	

CMYK yüzdeleri

%63.3
%43.12
%0
%14.51

Codes

Color #507CDA in popluar color models

507CDA
RGB80124218
HSL221°65.09%58.43%
HSB/HSV221°63.30%85.49%
CMYK63.30%43.12%0.00%
14.51%

Color #507CDA in popluar number systems.

HEX507CDA
Decimal80124218
Binary1010000111110011011010
Octal120174332

Shades and tints

Shades of #507CDA

#507CDA
(80,124,218)
#4971C7
(73,113,199)
#4266B4
(66,102,180)
#3B5BA1
(59,91,161)
#34508E
(52,80,142)
#2D457B
(45,69,123)
#263A68
(38,58,104)
#1F2F55
(31,47,85)
#182442
(24,36,66)
#11192F
(17,25,47)
#0A0E1C
(10,14,28)
#000000
(0,0,0)

Tints of #507CDA

#507CDA
(80,124,218)
#5F87DD
(95,135,221)
#6E92E0
(110,146,224)
#7D9DE3
(125,157,227)
#8CA8E6
(140,168,230)
#9BB3E9
(155,179,233)
#AABEEC
(170,190,236)
#B9C9EF
(185,201,239)
#C8D4F2
(200,212,242)
#D7DFF5
(215,223,245)
#E6EAF8
(230,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507CDA color. Also use rgb(80,124,218) instead hex code.

Text Font Color

.myTextColor { color: #507CDA; }

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

This text font color is #507CDA.


Background Color

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

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

This div background color is #507CDA.


Border color

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

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

This div border color is #507CDA.


Opacity

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

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

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

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

This text has shadow with #507CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507CDA on black background.


Color preview on white background

This text has color #507CDA on white background.



Black color preview on #507CDA background

This text has black color on #507CDA background.


White color preview on #507CDA background

This text has white color on #507CDA background.