COLOR #528CCF

HEX: #528CCF
RGB: (82,140,207)

Color info

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

RGB color model

#528CCF color RGB value is (82,140,207).

  • red value is 82;
  • green value is 140;
  • blue value is 207.
RGB:
(82,140,207)
(32%,55%,81%)

RGB channels and saturation

R 82 of 255 = 32%
G 140 of 255 = 55%
B 207 of 255 = 81%

82
140
207

R + G + B ~ 56%. #528CCF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 140 + 207 = 429 (100%)
R 82 of 429 ~ 19.11%
G 140 of 429 ~ 32.63%
B 207 of 429 ~ 48.25%

%19.11
%32.63
%48.25

CMYK color model

#528CCF color CMYK value is (60,32,0,19).

  • cyan value is 60.39%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(60,32,0,19)
C60M32Y0K19 
(60%,32%,0%,19%)
(0.60/0.32/0.00/0.19)	

CMYK percentages

%60.39
%32.37
%0
%18.82

Codes

Color #528CCF in popluar color models

528CCF
RGB82140207
HSL212°56.56%56.67%
HSB/HSV212°60.39%81.18%
CMYK60.39%32.37%0.00%
18.82%

Color #528CCF in popluar number systems.

HEX528CCF
Decimal82140207
Binary10100101000110011001111
Octal122214317

Shades and tints

Shades of #528CCF

#528CCF
(82,140,207)
#4B80BD
(75,128,189)
#4474AB
(68,116,171)
#3D6899
(61,104,153)
#365C87
(54,92,135)
#2F5075
(47,80,117)
#284463
(40,68,99)
#213851
(33,56,81)
#1A2C3F
(26,44,63)
#13202D
(19,32,45)
#0C141B
(12,20,27)
#000000
(0,0,0)

Tints of #528CCF

#528CCF
(82,140,207)
#6196D3
(97,150,211)
#70A0D7
(112,160,215)
#7FAADB
(127,170,219)
#8EB4DF
(142,180,223)
#9DBEE3
(157,190,227)
#ACC8E7
(172,200,231)
#BBD2EB
(187,210,235)
#CADCEF
(202,220,239)
#D9E6F3
(217,230,243)
#E8F0F7
(232,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528CCF color. Also use rgb(82,140,207) instead hex code.

Text Font Color

.myTextColor { color: #528CCF; }

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

This text font color is #528CCF.


Background Color

.myBgColor { background-color: #528CCF; }

<div style="background-color:#528CCF">Inner text</div>

This div background color is #528CCF.


Border color

.myBorderColor { border: 1px solid #528CCF; }

<div style="border:3px solid #528CCF">Div</div>

This div border color is #528CCF.


Opacity

.myOpacity80 { color: #528CCF; opacity: 0.8; }

<p style="color:#528CCF;opacity:0.8;">80%</p>

Text with #528CCF 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 #528CCF;}

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

This text has shadow with #528CCF color.

.textShadow {text-shadow: 3px 3px 1px #528CCF, 3px 3px 1px red;}

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

This text has shadow with #528CCF primary color and red secondary color.


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

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

This text has shadow with #528CCF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528CCF on black background.


Color preview on white background

This text has color #528CCF on white background.



Black color preview on #528CCF background

This text has black color on #528CCF background.


White color preview on #528CCF background

This text has white color on #528CCF background.