Html Css Color HEX #525EDD Royal Blue

📋 copy color: '#525EDD'

red 82 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #525EDD

Tints of Royal Blue #525EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 20.65%
G = 23.68%
B = 55.67%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#525EDD (or 0x525EDD) is known color: Royal Blue. HEX triplet: 52, 5E and DD. RGB value is (82,94,221). Sum of RGB (Red+Green+Blue) = 82+94+221=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #525EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EDD is #ADA122. Grayscale: #686868. Windows color (decimal): -11378979 or 14507602. OLE color: 14507602.

HSL color Cylindrical-coordinate representation of color #525EDD: hue angle of 234.82º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525EDD is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 94 221 -
CMYK 0.63 0.57 0 0.13
HSL 234.82º 0.67% 0.59% -
HSV(B) 234.82º 0.63% 0.87% -
XYZ 20.53 15.02 70.22 -
YUV 104.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 82 94 221 0.63 0.57 0 0.13 234.82 0.67 0.59
Hex 52 5E DD 3F 39 0 D EB 43 3B
Octal 122 136 335 77 71 0 15 353 103 73
Binary 1010010 1011110 11011101 111111 111001 0 1101 11101011 1000011 111011

Color Harmonies of #525EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EDD

Black with #525EDD

Text Example


Text Example

White with #525EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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