Html Css Color HEX #526EDD Royal Blue

📋 copy color: '#526EDD'

red 82 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #526EDD

Tints of Royal Blue #526EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

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

R = 19.85%
G = 26.63%
B = 53.51%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#526EDD (or 0x526EDD) is known color: Royal Blue. HEX triplet: 52, 6E and DD. RGB value is (82,110,221). Sum of RGB (Red+Green+Blue) = 82+110+221=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #526EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EDD is #AD9122. Grayscale: #717171. Windows color (decimal): -11374883 or 14511698. OLE color: 14511698.

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

Color convert

RGB 82 110 221 -
CMYK 0.63 0.50 0 0.13
HSL 227.91º 0.67% 0.59% -
HSV(B) 227.91º 0.63% 0.87% -
XYZ 22.11 18.17 70.75 -
YUV 114.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 82 110 221 0.63 0.50 0 0.13 227.91 0.67 0.59
Hex 52 6E DD 3F 32 0 D E4 43 3B
Octal 122 156 335 77 62 0 15 344 103 73
Binary 1010010 1101110 11011101 111111 110010 0 1101 11100100 1000011 111011

Color Harmonies of #526EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EDD

Black with #526EDD

Text Example


Text Example

White with #526EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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