Html Css Color HEX #505BE0 Royal Blue

📋 copy color: '#505BE0'

red 80 ◦ green 91 ◦ blue 224

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

Shades of Royal Blue #505BE0

Tints of Royal Blue #505BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 224 (87.89% from 255) = 56.71%

R = 20.25%
G = 23.04%
B = 56.71%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#505BE0 (or 0x505BE0) is known color: Royal Blue. HEX triplet: 50, 5B and E0. RGB value is (80,91,224). Sum of RGB (Red+Green+Blue) = 80+91+224=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #505BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BE0 is #AFA41F. Grayscale: #666666. Windows color (decimal): -11510816 or 14703440. OLE color: 14703440.

HSL color Cylindrical-coordinate representation of color #505BE0: hue angle of 235.42º degrees, saturation: 0.7, 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 #505BE0 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 91 224 -
CMYK 0.64 0.59 0 0.12
HSL 235.42º 0.7% 0.6% -
HSV(B) 235.42º 0.64% 0.88% -
XYZ 20.5 14.57 72.25 -
YUV 102.87 196.36 111.69 -
System Red Green Blue C M Y K H S L
Decimal 80 91 224 0.64 0.59 0 0.12 235.42 0.7 0.6
Hex 50 5B E0 40 3B 0 C EB 46 3C
Octal 120 133 340 100 73 0 14 353 106 74
Binary 1010000 1011011 11100000 1000000 111011 0 1100 11101011 1000110 111100

Color Harmonies of #505BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BE0

Black with #505BE0

Text Example


Text Example

White with #505BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,224); }

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

background-color css

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

 a { background-color: rgb(80,91,224); }

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

border-color css

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

 span { border-color: rgb(80,91,224); }

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