#526ED7

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

Shades of Royal Blue #526ED7

Tints of Royal Blue #526ED7

Color information

#526ED7 (or 0x526ED7) is unknown color: approx Royal Blue. HEX triplet: 52, 6E and D7. RGB value is (82,110,215). Sum of RGB (Red+Green+Blue) = 82+110+215=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 215 (84.38% from 255 or 52.83% from 407); Max value from RGB is 215 - color contains mainly: blue. Hex color #526ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ED7 is #AD9128. Grayscale: #717171. Windows color (decimal): -11374889 or 14118482. OLE color: 14118482.

HSL color Cylindrical-coordinate representation of color #526ED7: hue angle of 227.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526ED7 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82110215-
CMYK0.620.4900.16
HSL227.37º62.44%58.24%-
HSV(B)227.37º61.86%84.31%-
XYZ21.3217.8566.61-
YUV113.6185.22105.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 215 (84.38% from 255) = 52.83%
R=20.15%
G=27.03%
B=52.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal821102150.620.4900.16227.3762.4458.24
Hex526ED73E31010e33e3a
Octal12215632776610203437672
Binary101001011011101101011111111011000101000011100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526ED7; }

 p { color: rgb(82,110,215); }

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

<style>
 a { background-color: #526ED7; }

 a { background-color: rgb(82,110,215); }

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

<style>
 span { border-color: #526ED7; }

 span { border-color: rgb(82,110,215); }

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