Html Css Color HEX #526BEC Royal Blue

📋 copy color: '#526BEC'

red 82 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #526BEC

Tints of Royal Blue #526BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

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

R = 19.29%
G = 25.18%
B = 55.53%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#526BEC (or 0x526BEC) is known color: Royal Blue. HEX triplet: 52, 6B and EC. RGB value is (82,107,236). Sum of RGB (Red+Green+Blue) = 82+107+236=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #526BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BEC is #AD9413. Grayscale: #717171. Windows color (decimal): -11375636 or 15493970. OLE color: 15493970.

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

Color convert

RGB 82 107 236 -
CMYK 0.65 0.55 0 0.07
HSL 230.26º 0.8% 0.62% -
HSV(B) 230.26º 0.65% 0.93% -
XYZ 23.88 18.37 81.64 -
YUV 114.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 82 107 236 0.65 0.55 0 0.07 230.26 0.8 0.62
Hex 52 6B EC 41 37 0 7 E6 50 3E
Octal 122 153 354 101 67 0 7 346 120 76
Binary 1010010 1101011 11101100 1000001 110111 0 111 11100110 1010000 111110

Color Harmonies of #526BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BEC

Black with #526BEC

Text Example


Text Example

White with #526BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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