Html Css Color HEX #526EEB Royal Blue

📋 copy color: '#526EEB'

red 82 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #526EEB

Tints of Royal Blue #526EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 19.2%
G = 25.76%
B = 55.04%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#526EEB (or 0x526EEB) is known color: Royal Blue. HEX triplet: 52, 6E and EB. RGB value is (82,110,235). Sum of RGB (Red+Green+Blue) = 82+110+235=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #526EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EEB is #AD9114. Grayscale: #737373. Windows color (decimal): -11374869 or 15429202. OLE color: 15429202.

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

Color convert

RGB 82 110 235 -
CMYK 0.65 0.53 0 0.08
HSL 229.02º 0.79% 0.62% -
HSV(B) 229.02º 0.65% 0.92% -
XYZ 24.05 18.94 80.99 -
YUV 115.88 195.22 103.84 -
System Red Green Blue C M Y K H S L
Decimal 82 110 235 0.65 0.53 0 0.08 229.02 0.79 0.62
Hex 52 6E EB 41 35 0 8 E5 4F 3E
Octal 122 156 353 101 65 0 10 345 117 76
Binary 1010010 1101110 11101011 1000001 110101 0 1000 11100101 1001111 111110

Color Harmonies of #526EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EEB

Black with #526EEB

Text Example


Text Example

White with #526EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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