Html Css Color HEX #526BEE Royal Blue

📋 copy color: '#526BEE'

red 82 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #526BEE

Tints of Royal Blue #526BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.74%

R = 19.2%
G = 25.06%
B = 55.74%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#526BEE (or 0x526BEE) is known color: Royal Blue. HEX triplet: 52, 6B and EE. RGB value is (82,107,238). Sum of RGB (Red+Green+Blue) = 82+107+238=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #526BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BEE is #AD9411. Grayscale: #717171. Windows color (decimal): -11375634 or 15625042. OLE color: 15625042.

HSL color Cylindrical-coordinate representation of color #526BEE: hue angle of 230.38º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526BEE is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 107 238 -
CMYK 0.66 0.55 0 0.07
HSL 230.38º 0.82% 0.63% -
HSV(B) 230.38º 0.66% 0.93% -
XYZ 24.17 18.48 83.18 -
YUV 114.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 82 107 238 0.66 0.55 0 0.07 230.38 0.82 0.63
Hex 52 6B EE 42 37 0 7 E6 52 3F
Octal 122 153 356 102 67 0 7 346 122 77
Binary 1010010 1101011 11101110 1000010 110111 0 111 11100110 1010010 111111

Color Harmonies of #526BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BEE

Black with #526BEE

Text Example


Text Example

White with #526BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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