Html Css Color HEX #526EED Royal Blue

📋 copy color: '#526EED'

red 82 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #526EED

Tints of Royal Blue #526EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 19.11%
G = 25.64%
B = 55.24%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#526EED (or 0x526EED) is known color: Royal Blue. HEX triplet: 52, 6E and ED. RGB value is (82,110,237). Sum of RGB (Red+Green+Blue) = 82+110+237=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #526EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EED is #AD9112. Grayscale: #737373. Windows color (decimal): -11374867 or 15560274. OLE color: 15560274.

HSL color Cylindrical-coordinate representation of color #526EED: hue angle of 229.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526EED is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 110 237 -
CMYK 0.65 0.54 0 0.07
HSL 229.16º 0.81% 0.63% -
HSV(B) 229.16º 0.65% 0.93% -
XYZ 24.34 19.06 82.52 -
YUV 116.11 196.22 103.67 -
System Red Green Blue C M Y K H S L
Decimal 82 110 237 0.65 0.54 0 0.07 229.16 0.81 0.63
Hex 52 6E ED 41 36 0 7 E5 51 3F
Octal 122 156 355 101 66 0 7 345 121 77
Binary 1010010 1101110 11101101 1000001 110110 0 111 11100101 1010001 111111

Color Harmonies of #526EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EED

Black with #526EED

Text Example


Text Example

White with #526EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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