Html Css Color HEX #526EDE Royal Blue

📋 copy color: '#526EDE'

red 82 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #526EDE

Tints of Royal Blue #526EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 19.81%
G = 26.57%
B = 53.62%

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

#526EDE (or 0x526EDE) is known color: Royal Blue. HEX triplet: 52, 6E and DE. RGB value is (82,110,222). Sum of RGB (Red+Green+Blue) = 82+110+222=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #526EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EDE is #AD9121. Grayscale: #717171. Windows color (decimal): -11374882 or 14577234. OLE color: 14577234.

HSL color Cylindrical-coordinate representation of color #526EDE: hue angle of 228º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526EDE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 110 222 -
CMYK 0.63 0.50 0 0.13
HSL 228º 0.68% 0.6% -
HSV(B) 228º 0.63% 0.87% -
XYZ 22.24 18.22 71.45 -
YUV 114.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 82 110 222 0.63 0.50 0 0.13 228 0.68 0.6
Hex 52 6E DE 3F 32 0 D E4 44 3C
Octal 122 156 336 77 62 0 15 344 104 74
Binary 1010010 1101110 11011110 111111 110010 0 1101 11100100 1000100 111100

Color Harmonies of #526EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EDE

Black with #526EDE

Text Example


Text Example

White with #526EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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