#527DED

Color #527DED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #527DED

Tints of Royal Blue #527DED

Color information

#527DED (or 0x527DED) is unknown color: approx Royal Blue. HEX triplet: 52, 7D and ED. RGB value is (82,125,237). Sum of RGB (Red+Green+Blue) = 82+125+237=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #527DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DED is #AD8212. Grayscale: #7C7C7C. Windows color (decimal): -11371027 or 15564114. OLE color: 15564114.

HSL color Cylindrical-coordinate representation of color #527DED: hue angle of 223.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527DED is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82125237-
CMYK0.650.4700.07
HSL223.35º81.15%62.55%-
HSV(B)223.35º65.4%92.94%-
XYZ26.122.5883.1-
YUV124.91191.2597.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 18.47%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 237 (92.97% from 255) = 53.38%
R=18.47%
G=28.15%
B=53.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821252370.650.4700.07223.3581.1562.55
Hex527DED412F07df513f
Octal122175355101570733712177
Binary101001011111011110110110000011011110111110111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527DED; }

 p { color: rgb(82,125,237); }

 H1.HeaderClassName
 {
   color: #527DED;
 }
 .AnyTagClassName
 {
   color: #527DED;
 }
</style>
background-color css

<style>
 a { background-color: #527DED; }

 a { background-color: rgb(82,125,237); }

 div.DivClassName
 {
   background-color: #527DED;
 }
 .BgClassName
 {
   background-color: #527DED;
 }
</style>
border-color css

<style>
 span { border-color: #527DED; }

 span { border-color: rgb(82,125,237); }

 td.TdClassName
 {
   border-color: #527DED;
 }
 .TagClassName
 {
   border-color: #527DED;
 }
</style>