#526DD7

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

Shades of Royal Blue #526DD7

Tints of Royal Blue #526DD7

Color information

#526DD7 (or 0x526DD7) is unknown color: approx Royal Blue. HEX triplet: 52, 6D and D7. RGB value is (82,109,215). Sum of RGB (Red+Green+Blue) = 82+109+215=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #526DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DD7 is #AD9228. Grayscale: #707070. Windows color (decimal): -11375145 or 14118226. OLE color: 14118226.

HSL color Cylindrical-coordinate representation of color #526DD7: hue angle of 227.82º 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 #526DD7 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82109215-
CMYK0.620.4900.16
HSL227.82º62.44%58.24%-
HSV(B)227.82º61.86%84.31%-
XYZ21.2117.6466.58-
YUV113.01185.55105.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 215 (84.38% from 255) = 52.96%
R=20.20%
G=26.85%
B=52.96%

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
Decimal821092150.620.4900.16227.8262.4458.24
Hex526DD73E31010e43e3a
Octal12215532776610203447672
Binary101001011011011101011111111011000101000011100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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