Html Css Color HEX #5077DC Royal Blue

📋 copy color: '#5077DC'

red 80 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #5077DC

Tints of Royal Blue #5077DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 19.09%
G = 28.4%
B = 52.51%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5077DC (or 0x5077DC) is known color: Royal Blue. HEX triplet: 50, 77 and DC. RGB value is (80,119,220). Sum of RGB (Red+Green+Blue) = 80+119+220=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5077DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077DC is #AF8823. Grayscale: #767676. Windows color (decimal): -11503652 or 14448464. OLE color: 14448464.

HSL color Cylindrical-coordinate representation of color #5077DC: hue angle of 223.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5077DC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 119 220 -
CMYK 0.64 0.46 0 0.14
HSL 223.29º 0.67% 0.59% -
HSV(B) 223.29º 0.64% 0.86% -
XYZ 22.82 20.07 70.38 -
YUV 118.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 80 119 220 0.64 0.46 0 0.14 223.29 0.67 0.59
Hex 50 77 DC 40 2E 0 E DF 43 3B
Octal 120 167 334 100 56 0 16 337 103 73
Binary 1010000 1110111 11011100 1000000 101110 0 1110 11011111 1000011 111011

Color Harmonies of #5077DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077DC

Black with #5077DC

Text Example


Text Example

White with #5077DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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