Html Css Color HEX #526BEA Royal Blue

📋 copy color: '#526BEA'

red 82 ◦ green 107 ◦ blue 234

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

Shades of Royal Blue #526BEA

Tints of Royal Blue #526BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 19.39%
G = 25.3%
B = 55.32%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#526BEA (or 0x526BEA) is known color: Royal Blue. HEX triplet: 52, 6B and EA. RGB value is (82,107,234). Sum of RGB (Red+Green+Blue) = 82+107+234=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #526BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BEA is #AD9415. Grayscale: #717171. Windows color (decimal): -11375638 or 15362898. OLE color: 15362898.

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

Color convert

RGB 82 107 234 -
CMYK 0.65 0.54 0 0.08
HSL 230.13º 0.78% 0.62% -
HSV(B) 230.13º 0.65% 0.92% -
XYZ 23.59 18.25 80.12 -
YUV 114 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 82 107 234 0.65 0.54 0 0.08 230.13 0.78 0.62
Hex 52 6B EA 41 36 0 8 E6 4E 3E
Octal 122 153 352 101 66 0 10 346 116 76
Binary 1010010 1101011 11101010 1000001 110110 0 1000 11100110 1001110 111110

Color Harmonies of #526BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BEA

Black with #526BEA

Text Example


Text Example

White with #526BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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