Html Css Color HEX #526FEC Royal Blue

📋 copy color: '#526FEC'

red 82 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #526FEC

Tints of Royal Blue #526FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

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

R = 19.11%
G = 25.87%
B = 55.01%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#526FEC (or 0x526FEC) is known color: Royal Blue. HEX triplet: 52, 6F and EC. RGB value is (82,111,236). Sum of RGB (Red+Green+Blue) = 82+111+236=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #526FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FEC is #AD9013. Grayscale: #747474. Windows color (decimal): -11374612 or 15494994. OLE color: 15494994.

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

Color convert

RGB 82 111 236 -
CMYK 0.65 0.53 0 0.07
HSL 228.7º 0.8% 0.62% -
HSV(B) 228.7º 0.65% 0.93% -
XYZ 24.3 19.22 81.79 -
YUV 116.58 195.39 103.34 -
System Red Green Blue C M Y K H S L
Decimal 82 111 236 0.65 0.53 0 0.07 228.7 0.8 0.62
Hex 52 6F EC 41 35 0 7 E5 50 3E
Octal 122 157 354 101 65 0 7 345 120 76
Binary 1010010 1101111 11101100 1000001 110101 0 111 11100101 1010000 111110

Color Harmonies of #526FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FEC

Black with #526FEC

Text Example


Text Example

White with #526FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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