Html Css Color HEX #506EE5 Royal Blue

📋 copy color: '#506EE5'

red 80 ◦ green 110 ◦ blue 229

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

Shades of Royal Blue #506EE5

Tints of Royal Blue #506EE5

RGB

 RED value IS 80 (31.64% from 255) = 19.09%

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

 BLUE value IS 229 (89.84% from 255) = 54.65%

R = 19.09%
G = 26.25%
B = 54.65%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#506EE5 (or 0x506EE5) is known color: Royal Blue. HEX triplet: 50, 6E and E5. RGB value is (80,110,229). Sum of RGB (Red+Green+Blue) = 80+110+229=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #506EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EE5 is #AF911A. Grayscale: #727272. Windows color (decimal): -11505947 or 15035984. OLE color: 15035984.

HSL color Cylindrical-coordinate representation of color #506EE5: hue angle of 227.92º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506EE5 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 110 229 -
CMYK 0.65 0.52 0 0.10
HSL 227.92º 0.74% 0.61% -
HSV(B) 227.92º 0.65% 0.9% -
XYZ 23.03 18.51 76.49 -
YUV 114.6 192.56 103.32 -
System Red Green Blue C M Y K H S L
Decimal 80 110 229 0.65 0.52 0 0.10 227.92 0.74 0.61
Hex 50 6E E5 41 34 0 A E4 4A 3D
Octal 120 156 345 101 64 0 12 344 112 75
Binary 1010000 1101110 11100101 1000001 110100 0 1010 11100100 1001010 111101

Color Harmonies of #506EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EE5

Black with #506EE5

Text Example


Text Example

White with #506EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506EE5; }

 p { color: rgb(80,110,229); }

 H1.HeaderClassName
 {
   color: #506EE5;
 }
 .AnyTagClassName
 {
   color: #506EE5;
 }
</style>

background-color css

<style>
 a { background-color: #506EE5; }

 a { background-color: rgb(80,110,229); }

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

border-color css

<style>
 span { border-color: #506EE5; }

 span { border-color: rgb(80,110,229); }

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