COLOR #528AF0

HEX: #528AF0 RGB: (82,138,240)

Color info

#528AF0 contains mainly blue color. Web safe color of #528AF0 is #6699FF (or #69F).

RGB color model

#528AF0 color RGB value is (82,138,240).

RGB: (82,138,240) (32%, 54%, 94%)

RGB channels and saturation

R 82 of 255 = 32%
G 138 of 255 = 54%
B 240 of 255 = 94%

82
138
240

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

Portions of RGB colors in percentages

R + G + B = 82 + 138 + 240 = 460 (100%)
R 82 of 460 ~ 17.83%
G 138 of 460 ~ 30%
B 240 of 460 ~ 52.17'%

%17.83
%30
%52.17

CMYK color model

#528AF0 color CMYK value is (66,43,0,6).

  • cyan value is 65.83%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (66,43,0,6)
C66M43Y0K6 (66%, 43%, 0%, 6%)
(0.66 / 0.43 / 0.00 / 0.06)

CMYK percentages

%65.83
%42.5
%0
%5.88

Codes

Color #528AF0 in popluar color models

52 8A F0
RGB 82 138 240
HSL 219° 84.04% 63.14%
HSB/HSV 219° 65.83% 94.12%
CMYK 65.83% 42.50% 0.00%
5.88%

Color #528AF0 in popluar number systems.

HEX 52 8A F0
Decimal 82 138 240
Binary 1010010 10001010 11110000
Octal 122 212 360

Shades and tints

Shades of #528AF0

#528AF0
(82,138,240)
#4B7EDB
(75,126,219)
#4472C6
(68,114,198)
#3D66B1
(61,102,177)
#365A9C
(54,90,156)
#2F4E87
(47,78,135)
#284272
(40,66,114)
#21365D
(33,54,93)
#1A2A48
(26,42,72)
#131E33
(19,30,51)
#0C121E
(12,18,30)
#000000
(0,0,0)

Tints of #528AF0

#528AF0
(82,138,240)
#6194F1
(97,148,241)
#709EF2
(112,158,242)
#7FA8F3
(127,168,243)
#8EB2F4
(142,178,244)
#9DBCF5
(157,188,245)
#ACC6F6
(172,198,246)
#BBD0F7
(187,208,247)
#CADAF8
(202,218,248)
#D9E4F9
(217,228,249)
#E8EEFA
(232,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528AF0 color. Also use rgb(82,138,240) instead hex code.

Text Font Color

.myTextColor { color: #528AF0; }

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

This text font color is #528AF0.

Background Color

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

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

This div background color is #528AF0.

Border color

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

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

This div border color is #528AF0.

Opacity

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

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

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

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

This text has shadow with #528AF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #528AF0.

Preview

Color preview on black background

This text has color #528AF0 on black background.


Color preview on white background

This text has color #528AF0 on white background.


Black color preview on #528AF0 background

This text has black color on #528AF0 background.


White color preview on #528AF0 background

This text has white color on #528AF0 background.


Related colors

Complementary color

Complementary color for #hex is #AD750F.


I love getcolorcode.com

Triadic colors

1 #F0528A and #8AF052 with #528AF0 are triadic colors.

2 #F08A52 and #8A52F0 with #528AF0 are triadic colors.