Html Css Color HEX #525ADD Royal Blue

📋 copy color: '#525ADD'

red 82 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #525ADD

Tints of Royal Blue #525ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 20.87%
G = 22.9%
B = 56.23%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#525ADD (or 0x525ADD) is known color: Royal Blue. HEX triplet: 52, 5A and DD. RGB value is (82,90,221). Sum of RGB (Red+Green+Blue) = 82+90+221=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #525ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ADD is #ADA522. Grayscale: #666666. Windows color (decimal): -11380003 or 14506578. OLE color: 14506578.

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

Color convert

RGB 82 90 221 -
CMYK 0.63 0.59 0 0.13
HSL 236.55º 0.67% 0.59% -
HSV(B) 236.55º 0.63% 0.87% -
XYZ 20.19 14.33 70.11 -
YUV 102.54 194.85 113.35 -
System Red Green Blue C M Y K H S L
Decimal 82 90 221 0.63 0.59 0 0.13 236.55 0.67 0.59
Hex 52 5A DD 3F 3B 0 D ED 43 3B
Octal 122 132 335 77 73 0 15 355 103 73
Binary 1010010 1011010 11011101 111111 111011 0 1101 11101101 1000011 111011

Color Harmonies of #525ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525ADD

Black with #525ADD

Text Example


Text Example

White with #525ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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