Html Css Color HEX #526CE7 Royal Blue

📋 copy color: '#526CE7'

red 82 ◦ green 108 ◦ blue 231

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

Shades of Royal Blue #526CE7

Tints of Royal Blue #526CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.87%

R = 19.48%
G = 25.65%
B = 54.87%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#526CE7 (or 0x526CE7) is known color: Royal Blue. HEX triplet: 52, 6C and E7. RGB value is (82,108,231). Sum of RGB (Red+Green+Blue) = 82+108+231=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #526CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CE7 is #AD9318. Grayscale: #717171. Windows color (decimal): -11375385 or 15166546. OLE color: 15166546.

HSL color Cylindrical-coordinate representation of color #526CE7: hue angle of 229.53º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526CE7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 108 231 -
CMYK 0.65 0.53 0 0.09
HSL 229.53º 0.76% 0.61% -
HSV(B) 229.53º 0.65% 0.91% -
XYZ 23.27 18.29 77.91 -
YUV 114.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 82 108 231 0.65 0.53 0 0.09 229.53 0.76 0.61
Hex 52 6C E7 41 35 0 9 E6 4C 3D
Octal 122 154 347 101 65 0 11 346 114 75
Binary 1010010 1101100 11100111 1000001 110101 0 1001 11100110 1001100 111101

Color Harmonies of #526CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CE7

Black with #526CE7

Text Example


Text Example

White with #526CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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