Html Css Color HEX #505EE1 Royal Blue

📋 copy color: '#505EE1'

red 80 ◦ green 94 ◦ blue 225

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

Shades of Royal Blue #505EE1

Tints of Royal Blue #505EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.39%

R = 20.05%
G = 23.56%
B = 56.39%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#505EE1 (or 0x505EE1) is known color: Royal Blue. HEX triplet: 50, 5E and E1. RGB value is (80,94,225). Sum of RGB (Red+Green+Blue) = 80+94+225=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #505EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EE1 is #AFA11E. Grayscale: #686868. Windows color (decimal): -11510047 or 14769744. OLE color: 14769744.

HSL color Cylindrical-coordinate representation of color #505EE1: hue angle of 234.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505EE1 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 94 225 -
CMYK 0.64 0.58 0 0.12
HSL 234.21º 0.71% 0.6% -
HSV(B) 234.21º 0.64% 0.88% -
XYZ 20.9 15.15 73.06 -
YUV 104.75 195.86 110.35 -
System Red Green Blue C M Y K H S L
Decimal 80 94 225 0.64 0.58 0 0.12 234.21 0.71 0.6
Hex 50 5E E1 40 3A 0 C EA 47 3C
Octal 120 136 341 100 72 0 14 352 107 74
Binary 1010000 1011110 11100001 1000000 111010 0 1100 11101010 1000111 111100

Color Harmonies of #505EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EE1

Black with #505EE1

Text Example


Text Example

White with #505EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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