Html Css Color HEX #525BE0 Royal Blue

📋 copy color: '#525BE0'

red 82 ◦ green 91 ◦ blue 224

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

Shades of Royal Blue #525BE0

Tints of Royal Blue #525BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 224 (87.89% from 255) = 56.42%

R = 20.65%
G = 22.92%
B = 56.42%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#525BE0 (or 0x525BE0) is known color: Royal Blue. HEX triplet: 52, 5B and E0. RGB value is (82,91,224). Sum of RGB (Red+Green+Blue) = 82+91+224=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #525BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BE0 is #ADA41F. Grayscale: #666666. Windows color (decimal): -11379744 or 14703442. OLE color: 14703442.

HSL color Cylindrical-coordinate representation of color #525BE0: hue angle of 236.2º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525BE0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 91 224 -
CMYK 0.63 0.59 0 0.12
HSL 236.2º 0.7% 0.6% -
HSV(B) 236.2º 0.63% 0.88% -
XYZ 20.68 14.66 72.26 -
YUV 103.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 82 91 224 0.63 0.59 0 0.12 236.2 0.7 0.6
Hex 52 5B E0 3F 3B 0 C EC 46 3C
Octal 122 133 340 77 73 0 14 354 106 74
Binary 1010010 1011011 11100000 111111 111011 0 1100 11101100 1000110 111100

Color Harmonies of #525BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BE0

Black with #525BE0

Text Example


Text Example

White with #525BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525BE0; }

 p { color: rgb(82,91,224); }

 H1.HeaderClassName
 {
   color: #525BE0;
 }
 .AnyTagClassName
 {
   color: #525BE0;
 }
</style>

background-color css

<style>
 a { background-color: #525BE0; }

 a { background-color: rgb(82,91,224); }

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

border-color css

<style>
 span { border-color: #525BE0; }

 span { border-color: rgb(82,91,224); }

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