Html Css Color HEX #525CE8 Royal Blue

📋 copy color: '#525CE8'

red 82 ◦ green 92 ◦ blue 232

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

Shades of Royal Blue #525CE8

Tints of Royal Blue #525CE8

RGB

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

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

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

R = 20.2%
G = 22.66%
B = 57.14%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#525CE8 (or 0x525CE8) is known color: Royal Blue. HEX triplet: 52, 5C and E8. RGB value is (82,92,232). Sum of RGB (Red+Green+Blue) = 82+92+232=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #525CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CE8 is #ADA317. Grayscale: #686868. Windows color (decimal): -11379480 or 15227986. OLE color: 15227986.

HSL color Cylindrical-coordinate representation of color #525CE8: hue angle of 236º 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 #525CE8 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 92 232 -
CMYK 0.65 0.60 0 0.09
HSL 236º 0.77% 0.62% -
HSV(B) 236º 0.65% 0.91% -
XYZ 21.87 15.27 78.14 -
YUV 104.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 82 92 232 0.65 0.60 0 0.09 236 0.77 0.62
Hex 52 5C E8 41 3C 0 9 EC 4D 3E
Octal 122 134 350 101 74 0 11 354 115 76
Binary 1010010 1011100 11101000 1000001 111100 0 1001 11101100 1001101 111110

Color Harmonies of #525CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CE8

Black with #525CE8

Text Example


Text Example

White with #525CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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