Html Css Color HEX #526DEC Royal Blue

📋 copy color: '#526DEC'

red 82 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #526DEC

Tints of Royal Blue #526DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

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

R = 19.2%
G = 25.53%
B = 55.27%

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

#526DEC (or 0x526DEC) is known color: Royal Blue. HEX triplet: 52, 6D and EC. RGB value is (82,109,236). Sum of RGB (Red+Green+Blue) = 82+109+236=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #526DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DEC is #AD9213. Grayscale: #727272. Windows color (decimal): -11375124 or 15494482. OLE color: 15494482.

HSL color Cylindrical-coordinate representation of color #526DEC: hue angle of 229.48º 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 #526DEC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 109 236 -
CMYK 0.65 0.54 0 0.07
HSL 229.48º 0.8% 0.62% -
HSV(B) 229.48º 0.65% 0.93% -
XYZ 24.09 18.79 81.71 -
YUV 115.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 82 109 236 0.65 0.54 0 0.07 229.48 0.8 0.62
Hex 52 6D EC 41 36 0 7 E5 50 3E
Octal 122 155 354 101 66 0 7 345 120 76
Binary 1010010 1101101 11101100 1000001 110110 0 111 11100101 1010000 111110

Color Harmonies of #526DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DEC

Black with #526DEC

Text Example


Text Example

White with #526DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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