Html Css Color HEX #506AE5 Royal Blue

📋 copy color: '#506AE5'

red 80 ◦ green 106 ◦ blue 229

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

Shades of Royal Blue #506AE5

Tints of Royal Blue #506AE5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.54%

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

R = 19.28%
G = 25.54%
B = 55.18%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#506AE5 (or 0x506AE5) is known color: Royal Blue. HEX triplet: 50, 6A and E5. RGB value is (80,106,229). Sum of RGB (Red+Green+Blue) = 80+106+229=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #506AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506AE5 is #AF951A. Grayscale: #6F6F6F. Windows color (decimal): -11506971 or 15034960. OLE color: 15034960.

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

Color convert

RGB 80 106 229 -
CMYK 0.65 0.54 0 0.10
HSL 229.53º 0.74% 0.61% -
HSV(B) 229.53º 0.65% 0.9% -
XYZ 22.61 17.67 76.35 -
YUV 112.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 80 106 229 0.65 0.54 0 0.10 229.53 0.74 0.61
Hex 50 6A E5 41 36 0 A E6 4A 3D
Octal 120 152 345 101 66 0 12 346 112 75
Binary 1010000 1101010 11100101 1000001 110110 0 1010 11100110 1001010 111101

Color Harmonies of #506AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AE5

Black with #506AE5

Text Example


Text Example

White with #506AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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