Html Css Color HEX #5057E4 Royal Blue

📋 copy color: '#5057E4'

red 80 ◦ green 87 ◦ blue 228

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

Shades of Royal Blue #5057E4

Tints of Royal Blue #5057E4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.03%

 BLUE value IS 228 (89.45% from 255) = 57.72%

R = 20.25%
G = 22.03%
B = 57.72%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5057E4 (or 0x5057E4) is known color: Royal Blue. HEX triplet: 50, 57 and E4. RGB value is (80,87,228). Sum of RGB (Red+Green+Blue) = 80+87+228=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #5057E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057E4 is #AFA81B. Grayscale: #646464. Windows color (decimal): -11511836 or 14964560. OLE color: 14964560.

HSL color Cylindrical-coordinate representation of color #5057E4: hue angle of 237.16º degrees, saturation: 0.73, 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 #5057E4 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 87 228 -
CMYK 0.65 0.62 0 0.11
HSL 237.16º 0.73% 0.6% -
HSV(B) 237.16º 0.65% 0.89% -
XYZ 20.72 14.12 75.03 -
YUV 100.98 199.68 113.04 -
System Red Green Blue C M Y K H S L
Decimal 80 87 228 0.65 0.62 0 0.11 237.16 0.73 0.6
Hex 50 57 E4 41 3E 0 B ED 49 3C
Octal 120 127 344 101 76 0 13 355 111 74
Binary 1010000 1010111 11100100 1000001 111110 0 1011 11101101 1001001 111100

Color Harmonies of #5057E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057E4

Black with #5057E4

Text Example


Text Example

White with #5057E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5057E4; }

 p { color: rgb(80,87,228); }

 H1.HeaderClassName
 {
   color: #5057E4;
 }
 .AnyTagClassName
 {
   color: #5057E4;
 }
</style>

background-color css

<style>
 a { background-color: #5057E4; }

 a { background-color: rgb(80,87,228); }

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

border-color css

<style>
 span { border-color: #5057E4; }

 span { border-color: rgb(80,87,228); }

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