Html Css Color HEX #527AED Royal Blue

📋 copy color: '#527AED'

red 82 ◦ green 122 ◦ blue 237

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

Shades of Royal Blue #527AED

Tints of Royal Blue #527AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 18.59%
G = 27.66%
B = 53.74%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527AED (or 0x527AED) is known color: Royal Blue. HEX triplet: 52, 7A and ED. RGB value is (82,122,237). Sum of RGB (Red+Green+Blue) = 82+122+237=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #527AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AED is #AD8512. Grayscale: #7A7A7A. Windows color (decimal): -11371795 or 15563346. OLE color: 15563346.

HSL color Cylindrical-coordinate representation of color #527AED: hue angle of 224.52º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527AED is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 122 237 -
CMYK 0.65 0.49 0 0.07
HSL 224.52º 0.81% 0.63% -
HSV(B) 224.52º 0.65% 0.93% -
XYZ 25.73 21.83 82.98 -
YUV 123.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 82 122 237 0.65 0.49 0 0.07 224.52 0.81 0.63
Hex 52 7A ED 41 31 0 7 E1 51 3F
Octal 122 172 355 101 61 0 7 341 121 77
Binary 1010010 1111010 11101101 1000001 110001 0 111 11100001 1010001 111111

Color Harmonies of #527AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AED

Black with #527AED

Text Example


Text Example

White with #527AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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