Html Css Color HEX #506CE5 Royal Blue

📋 copy color: '#506CE5'

red 80 ◦ green 108 ◦ blue 229

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

Shades of Royal Blue #506CE5

Tints of Royal Blue #506CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

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

R = 19.18%
G = 25.9%
B = 54.92%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#506CE5 (or 0x506CE5) is known color: Royal Blue. HEX triplet: 50, 6C and E5. RGB value is (80,108,229). Sum of RGB (Red+Green+Blue) = 80+108+229=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #506CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CE5 is #AF931A. Grayscale: #707070. Windows color (decimal): -11506459 or 15035472. OLE color: 15035472.

HSL color Cylindrical-coordinate representation of color #506CE5: hue angle of 228.72º 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 #506CE5 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 108 229 -
CMYK 0.65 0.53 0 0.10
HSL 228.72º 0.74% 0.61% -
HSV(B) 228.72º 0.65% 0.9% -
XYZ 22.81 18.09 76.42 -
YUV 113.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 80 108 229 0.65 0.53 0 0.10 228.72 0.74 0.61
Hex 50 6C E5 41 35 0 A E5 4A 3D
Octal 120 154 345 101 65 0 12 345 112 75
Binary 1010000 1101100 11100101 1000001 110101 0 1010 11100101 1001010 111101

Color Harmonies of #506CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CE5

Black with #506CE5

Text Example


Text Example

White with #506CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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