#527CEA

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

Shades of Royal Blue #527CEA

Tints of Royal Blue #527CEA

Color information

#527CEA (or 0x527CEA) is unknown color: approx Royal Blue. HEX triplet: 52, 7C and EA. RGB value is (82,124,234). Sum of RGB (Red+Green+Blue) = 82+124+234=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #527CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CEA is #AD8315. Grayscale: #7B7B7B. Windows color (decimal): -11371286 or 15367250. OLE color: 15367250.

HSL color Cylindrical-coordinate representation of color #527CEA: hue angle of 223.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527CEA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82124234-
CMYK0.650.4700.08
HSL223.42º78.35%61.96%-
HSV(B)223.42º64.96%91.76%-
XYZ25.5422.1580.77-
YUV123.98190.0998.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.64%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 234 (91.80% from 255) = 53.18%
R=18.64%
G=28.18%
B=53.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821242340.650.4700.08223.4278.3561.96
Hex527CEA412F08df4e3e
Octal1221743521015701033711676
Binary1010010111110011101010100000110111101000110111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,124,234); }

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

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

 a { background-color: rgb(82,124,234); }

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

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

 span { border-color: rgb(82,124,234); }

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