Html Css Color HEX #526FED Royal Blue

📋 copy color: '#526FED'

red 82 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #526FED

Tints of Royal Blue #526FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 19.07%
G = 25.81%
B = 55.12%

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

#526FED (or 0x526FED) is known color: Royal Blue. HEX triplet: 52, 6F and ED. RGB value is (82,111,237). Sum of RGB (Red+Green+Blue) = 82+111+237=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #526FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FED is #AD9012. Grayscale: #747474. Windows color (decimal): -11374611 or 15560530. OLE color: 15560530.

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

Color convert

RGB 82 111 237 -
CMYK 0.65 0.53 0 0.07
HSL 228.77º 0.81% 0.63% -
HSV(B) 228.77º 0.65% 0.93% -
XYZ 24.45 19.28 82.55 -
YUV 116.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 82 111 237 0.65 0.53 0 0.07 228.77 0.81 0.63
Hex 52 6F ED 41 35 0 7 E5 51 3F
Octal 122 157 355 101 65 0 7 345 121 77
Binary 1010010 1101111 11101101 1000001 110101 0 111 11100101 1010001 111111

Color Harmonies of #526FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FED

Black with #526FED

Text Example


Text Example

White with #526FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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