Html Css Color HEX #525DDD Royal Blue

📋 copy color: '#525DDD'

red 82 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #525DDD

Tints of Royal Blue #525DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 20.71%
G = 23.48%
B = 55.81%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#525DDD (or 0x525DDD) is known color: Royal Blue. HEX triplet: 52, 5D and DD. RGB value is (82,93,221). Sum of RGB (Red+Green+Blue) = 82+93+221=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #525DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DDD is #ADA222. Grayscale: #676767. Windows color (decimal): -11379235 or 14507346. OLE color: 14507346.

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

Color convert

RGB 82 93 221 -
CMYK 0.63 0.58 0 0.13
HSL 235.25º 0.67% 0.59% -
HSV(B) 235.25º 0.63% 0.87% -
XYZ 20.45 14.84 70.19 -
YUV 104.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 82 93 221 0.63 0.58 0 0.13 235.25 0.67 0.59
Hex 52 5D DD 3F 3A 0 D EB 43 3B
Octal 122 135 335 77 72 0 15 353 103 73
Binary 1010010 1011101 11011101 111111 111010 0 1101 11101011 1000011 111011

Color Harmonies of #525DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DDD

Black with #525DDD

Text Example


Text Example

White with #525DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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