Html Css Color HEX #5077FA Royal Blue

📋 copy color: '#5077FA'

red 80 ◦ green 119 ◦ blue 250

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

Shades of Royal Blue #5077FA

Tints of Royal Blue #5077FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 17.82%
G = 26.5%
B = 55.68%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5077FA (or 0x5077FA) is known color: Royal Blue. HEX triplet: 50, 77 and FA. RGB value is (80,119,250). Sum of RGB (Red+Green+Blue) = 80+119+250=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #5077FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5077FA is #AF8805. Grayscale: #797979. Windows color (decimal): -11503622 or 16414544. OLE color: 16414544.

HSL color Cylindrical-coordinate representation of color #5077FA: hue angle of 226.24º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5077FA is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 119 250 -
CMYK 0.68 0.52 0 0.02
HSL 226.24º 0.94% 0.65% -
HSV(B) 226.24º 0.68% 0.98% -
XYZ 27.16 21.8 93.22 -
YUV 122.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 80 119 250 0.68 0.52 0 0.02 226.24 0.94 0.65
Hex 50 77 FA 44 34 0 2 E2 5E 41
Octal 120 167 372 104 64 0 2 342 136 101
Binary 1010000 1110111 11111010 1000100 110100 0 10 11100010 1011110 1000001

Color Harmonies of #5077FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077FA

Black with #5077FA

Text Example


Text Example

White with #5077FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5077FA; }

 p { color: rgb(80,119,250); }

 H1.HeaderClassName
 {
   color: #5077FA;
 }
 .AnyTagClassName
 {
   color: #5077FA;
 }
</style>

background-color css

<style>
 a { background-color: #5077FA; }

 a { background-color: rgb(80,119,250); }

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

border-color css

<style>
 span { border-color: #5077FA; }

 span { border-color: rgb(80,119,250); }

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