Html Css Color HEX #525BDD Royal Blue

📋 copy color: '#525BDD'

red 82 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #525BDD

Tints of Royal Blue #525BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

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

R = 20.81%
G = 23.1%
B = 56.09%

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

#525BDD (or 0x525BDD) is known color: Royal Blue. HEX triplet: 52, 5B and DD. RGB value is (82,91,221). Sum of RGB (Red+Green+Blue) = 82+91+221=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #525BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BDD is #ADA422. Grayscale: #666666. Windows color (decimal): -11379747 or 14506834. OLE color: 14506834.

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

Color convert

RGB 82 91 221 -
CMYK 0.63 0.59 0 0.13
HSL 236.12º 0.67% 0.59% -
HSV(B) 236.12º 0.63% 0.87% -
XYZ 20.27 14.5 70.14 -
YUV 103.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 82 91 221 0.63 0.59 0 0.13 236.12 0.67 0.59
Hex 52 5B DD 3F 3B 0 D EC 43 3B
Octal 122 133 335 77 73 0 15 354 103 73
Binary 1010010 1011011 11011101 111111 111011 0 1101 11101100 1000011 111011

Color Harmonies of #525BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BDD

Black with #525BDD

Text Example


Text Example

White with #525BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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