Html Css Color HEX #525CE0 Royal Blue

📋 copy color: '#525CE0'

red 82 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #525CE0

Tints of Royal Blue #525CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

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

R = 20.6%
G = 23.12%
B = 56.28%

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

#525CE0 (or 0x525CE0) is known color: Royal Blue. HEX triplet: 52, 5C and E0. RGB value is (82,92,224). Sum of RGB (Red+Green+Blue) = 82+92+224=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #525CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CE0 is #ADA31F. Grayscale: #676767. Windows color (decimal): -11379488 or 14703698. OLE color: 14703698.

HSL color Cylindrical-coordinate representation of color #525CE0: hue angle of 235.77º 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 #525CE0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 92 224 -
CMYK 0.63 0.59 0 0.12
HSL 235.77º 0.7% 0.6% -
HSV(B) 235.77º 0.63% 0.88% -
XYZ 20.76 14.83 72.29 -
YUV 104.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 82 92 224 0.63 0.59 0 0.12 235.77 0.7 0.6
Hex 52 5C E0 3F 3B 0 C EC 46 3C
Octal 122 134 340 77 73 0 14 354 106 74
Binary 1010010 1011100 11100000 111111 111011 0 1100 11101100 1000110 111100

Color Harmonies of #525CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CE0

Black with #525CE0

Text Example


Text Example

White with #525CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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