Html Css Color HEX #527CEA Royal Blue

📋 copy color: '#527CEA'

red 82 ◦ green 124 ◦ blue 234

#527CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #527CEA

Tints of Royal Blue #527CEA

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.8% from 255) = 53.18%

R = 18.64%
G = 28.18%
B = 53.18%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#527CEA (or 0x527CEA) is known color: 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

RGB 82 124 234 -
CMYK 0.65 0.47 0 0.08
HSL 223.42º 0.78% 0.62% -
HSV(B) 223.42º 0.65% 0.92% -
XYZ 25.54 22.15 80.77 -
YUV 123.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 82 124 234 0.65 0.47 0 0.08 223.42 0.78 0.62
Hex 52 7C EA 41 2F 0 8 DF 4E 3E
Octal 122 174 352 101 57 0 10 337 116 76
Binary 1010010 1111100 11101010 1000001 101111 0 1000 11011111 1001110 111110

Color Harmonies of #527CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CEA

Black with #527CEA

Text Example


Text Example

White with #527CEA

Text Example


Text Example

HTML Codes & Css Web 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>