Html Css Color HEX #5061E5 Royal Blue

📋 copy color: '#5061E5'

red 80 ◦ green 97 ◦ blue 229

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

Shades of Royal Blue #5061E5

Tints of Royal Blue #5061E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.89%

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

R = 19.7%
G = 23.89%
B = 56.4%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5061E5 (or 0x5061E5) is known color: Royal Blue. HEX triplet: 50, 61 and E5. RGB value is (80,97,229). Sum of RGB (Red+Green+Blue) = 80+97+229=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #5061E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061E5 is #AF9E1A. Grayscale: #6A6A6A. Windows color (decimal): -11509275 or 15032656. OLE color: 15032656.

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

Color convert

RGB 80 97 229 -
CMYK 0.65 0.58 0 0.10
HSL 233.15º 0.74% 0.61% -
HSV(B) 233.15º 0.65% 0.9% -
XYZ 21.73 15.91 76.05 -
YUV 106.97 196.87 108.77 -
System Red Green Blue C M Y K H S L
Decimal 80 97 229 0.65 0.58 0 0.10 233.15 0.74 0.61
Hex 50 61 E5 41 3A 0 A E9 4A 3D
Octal 120 141 345 101 72 0 12 351 112 75
Binary 1010000 1100001 11100101 1000001 111010 0 1010 11101001 1001010 111101

Color Harmonies of #5061E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5061E5

Black with #5061E5

Text Example


Text Example

White with #5061E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5061E5; }

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

 H1.HeaderClassName
 {
   color: #5061E5;
 }
 .AnyTagClassName
 {
   color: #5061E5;
 }
</style>

background-color css

<style>
 a { background-color: #5061E5; }

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

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

border-color css

<style>
 span { border-color: #5061E5; }

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

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