Html Css Color HEX #527AE8 Royal Blue

📋 copy color: '#527AE8'

red 82 ◦ green 122 ◦ blue 232

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

Shades of Royal Blue #527AE8

Tints of Royal Blue #527AE8

RGB

 RED value IS 82 (32.42% from 255) = 18.81%

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 232 (91.02% from 255) = 53.21%

R = 18.81%
G = 27.98%
B = 53.21%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#527AE8 (or 0x527AE8) is known color: Royal Blue. HEX triplet: 52, 7A and E8. RGB value is (82,122,232). Sum of RGB (Red+Green+Blue) = 82+122+232=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #527AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AE8 is #AD8517. Grayscale: #7A7A7A. Windows color (decimal): -11371800 or 15235666. OLE color: 15235666.

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

Color convert

RGB 82 122 232 -
CMYK 0.65 0.47 0 0.09
HSL 224º 0.77% 0.62% -
HSV(B) 224º 0.65% 0.91% -
XYZ 25 21.54 79.18 -
YUV 122.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 82 122 232 0.65 0.47 0 0.09 224 0.77 0.62
Hex 52 7A E8 41 2F 0 9 E0 4D 3E
Octal 122 172 350 101 57 0 11 340 115 76
Binary 1010010 1111010 11101000 1000001 101111 0 1001 11100000 1001101 111110

Color Harmonies of #527AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AE8

Black with #527AE8

Text Example


Text Example

White with #527AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,232); }

 H1.HeaderClassName
 {
   color: #527AE8;
 }
 .AnyTagClassName
 {
   color: #527AE8;
 }
</style>

background-color css

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

 a { background-color: rgb(82,122,232); }

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

border-color css

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

 span { border-color: rgb(82,122,232); }

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