Html Css Color HEX #526CEC Royal Blue

📋 copy color: '#526CEC'

red 82 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #526CEC

Tints of Royal Blue #526CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 19.25%
G = 25.35%
B = 55.4%

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

#526CEC (or 0x526CEC) is known color: Royal Blue. HEX triplet: 52, 6C and EC. RGB value is (82,108,236). Sum of RGB (Red+Green+Blue) = 82+108+236=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #526CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CEC is #AD9313. Grayscale: #727272. Windows color (decimal): -11375380 or 15494226. OLE color: 15494226.

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

Color convert

RGB 82 108 236 -
CMYK 0.65 0.54 0 0.07
HSL 229.87º 0.8% 0.62% -
HSV(B) 229.87º 0.65% 0.93% -
XYZ 23.98 18.58 81.68 -
YUV 114.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 82 108 236 0.65 0.54 0 0.07 229.87 0.8 0.62
Hex 52 6C EC 41 36 0 7 E6 50 3E
Octal 122 154 354 101 66 0 7 346 120 76
Binary 1010010 1101100 11101100 1000001 110110 0 111 11100110 1010000 111110

Color Harmonies of #526CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CEC

Black with #526CEC

Text Example


Text Example

White with #526CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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