Html Css Color HEX #505EE2 Royal Blue

📋 copy color: '#505EE2'

red 80 ◦ green 94 ◦ blue 226

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

Shades of Royal Blue #505EE2

Tints of Royal Blue #505EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 56.5%

R = 20%
G = 23.5%
B = 56.5%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#505EE2 (or 0x505EE2) is known color: Royal Blue. HEX triplet: 50, 5E and E2. RGB value is (80,94,226). Sum of RGB (Red+Green+Blue) = 80+94+226=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #505EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EE2 is #AFA11D. Grayscale: #686868. Windows color (decimal): -11510046 or 14835280. OLE color: 14835280.

HSL color Cylindrical-coordinate representation of color #505EE2: hue angle of 234.25º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #505EE2 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 94 226 -
CMYK 0.65 0.58 0 0.11
HSL 234.25º 0.72% 0.6% -
HSV(B) 234.25º 0.65% 0.89% -
XYZ 21.04 15.2 73.78 -
YUV 104.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 80 94 226 0.65 0.58 0 0.11 234.25 0.72 0.6
Hex 50 5E E2 41 3A 0 B EA 48 3C
Octal 120 136 342 101 72 0 13 352 110 74
Binary 1010000 1011110 11100010 1000001 111010 0 1011 11101010 1001000 111100

Color Harmonies of #505EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EE2

Black with #505EE2

Text Example


Text Example

White with #505EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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