Html Css Color HEX #505ED7 Royal Blue

📋 copy color: '#505ED7'

red 80 ◦ green 94 ◦ blue 215

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

Shades of Royal Blue #505ED7

Tints of Royal Blue #505ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

 BLUE value IS 215 (84.38% from 255) = 55.27%

R = 20.57%
G = 24.16%
B = 55.27%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#505ED7 (or 0x505ED7) is known color: Royal Blue. HEX triplet: 50, 5E and D7. RGB value is (80,94,215). Sum of RGB (Red+Green+Blue) = 80+94+215=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #505ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ED7 is #AFA128. Grayscale: #676767. Windows color (decimal): -11510057 or 14114384. OLE color: 14114384.

HSL color Cylindrical-coordinate representation of color #505ED7: hue angle of 233.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #505ED7 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 94 215 -
CMYK 0.63 0.56 0 0.16
HSL 233.78º 0.63% 0.58% -
HSV(B) 233.78º 0.63% 0.84% -
XYZ 19.58 14.62 66.08 -
YUV 103.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 80 94 215 0.63 0.56 0 0.16 233.78 0.63 0.58
Hex 50 5E D7 3F 38 0 10 EA 3F 3A
Octal 120 136 327 77 70 0 20 352 77 72
Binary 1010000 1011110 11010111 111111 111000 0 10000 11101010 111111 111010

Color Harmonies of #505ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ED7

Black with #505ED7

Text Example


Text Example

White with #505ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505ED7; }

 p { color: rgb(80,94,215); }

 H1.HeaderClassName
 {
   color: #505ED7;
 }
 .AnyTagClassName
 {
   color: #505ED7;
 }
</style>

background-color css

<style>
 a { background-color: #505ED7; }

 a { background-color: rgb(80,94,215); }

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

border-color css

<style>
 span { border-color: #505ED7; }

 span { border-color: rgb(80,94,215); }

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