Html Css Color HEX #526EEC Royal Blue

📋 copy color: '#526EEC'

red 82 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #526EEC

Tints of Royal Blue #526EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 19.16%
G = 25.7%
B = 55.14%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#526EEC (or 0x526EEC) is known color: Royal Blue. HEX triplet: 52, 6E and EC. RGB value is (82,110,236). Sum of RGB (Red+Green+Blue) = 82+110+236=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #526EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EEC is #AD9113. Grayscale: #737373. Windows color (decimal): -11374868 or 15494738. OLE color: 15494738.

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

Color convert

RGB 82 110 236 -
CMYK 0.65 0.53 0 0.07
HSL 229.09º 0.8% 0.62% -
HSV(B) 229.09º 0.65% 0.93% -
XYZ 24.2 19 81.75 -
YUV 115.99 195.72 103.75 -
System Red Green Blue C M Y K H S L
Decimal 82 110 236 0.65 0.53 0 0.07 229.09 0.8 0.62
Hex 52 6E EC 41 35 0 7 E5 50 3E
Octal 122 156 354 101 65 0 7 345 120 76
Binary 1010010 1101110 11101100 1000001 110101 0 111 11100101 1010000 111110

Color Harmonies of #526EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EEC

Black with #526EEC

Text Example


Text Example

White with #526EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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