Html Css Color HEX #525EE9 Royal Blue

📋 copy color: '#525EE9'

red 82 ◦ green 94 ◦ blue 233

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

Shades of Royal Blue #525EE9

Tints of Royal Blue #525EE9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 233 (91.41% from 255) = 56.97%

R = 20.05%
G = 22.98%
B = 56.97%

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

#525EE9 (or 0x525EE9) is known color: Royal Blue. HEX triplet: 52, 5E and E9. RGB value is (82,94,233). Sum of RGB (Red+Green+Blue) = 82+94+233=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #525EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525EE9 is #ADA116. Grayscale: #696969. Windows color (decimal): -11378967 or 15294034. OLE color: 15294034.

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

Color convert

RGB 82 94 233 -
CMYK 0.65 0.60 0 0.09
HSL 235.23º 0.77% 0.62% -
HSV(B) 235.23º 0.65% 0.91% -
XYZ 22.19 15.68 78.95 -
YUV 106.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 82 94 233 0.65 0.60 0 0.09 235.23 0.77 0.62
Hex 52 5E E9 41 3C 0 9 EB 4D 3E
Octal 122 136 351 101 74 0 11 353 115 76
Binary 1010010 1011110 11101001 1000001 111100 0 1001 11101011 1001101 111110

Color Harmonies of #525EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EE9

Black with #525EE9

Text Example


Text Example

White with #525EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,94,233); }

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

background-color css

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

 a { background-color: rgb(82,94,233); }

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

border-color css

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

 span { border-color: rgb(82,94,233); }

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