Html Css Color HEX #5077EF Royal Blue

📋 copy color: '#5077EF'

red 80 ◦ green 119 ◦ blue 239

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

Shades of Royal Blue #5077EF

Tints of Royal Blue #5077EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 18.26%
G = 27.17%
B = 54.57%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5077EF (or 0x5077EF) is known color: Royal Blue. HEX triplet: 50, 77 and EF. RGB value is (80,119,239). Sum of RGB (Red+Green+Blue) = 80+119+239=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5077EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5077EF is #AF8810. Grayscale: #787878. Windows color (decimal): -11503633 or 15693648. OLE color: 15693648.

HSL color Cylindrical-coordinate representation of color #5077EF: hue angle of 225.28º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5077EF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 119 239 -
CMYK 0.67 0.50 0 0.06
HSL 225.28º 0.83% 0.63% -
HSV(B) 225.28º 0.67% 0.94% -
XYZ 25.49 21.13 84.4 -
YUV 121.02 194.58 98.74 -
System Red Green Blue C M Y K H S L
Decimal 80 119 239 0.67 0.50 0 0.06 225.28 0.83 0.63
Hex 50 77 EF 43 32 0 6 E1 53 3F
Octal 120 167 357 103 62 0 6 341 123 77
Binary 1010000 1110111 11101111 1000011 110010 0 110 11100001 1010011 111111

Color Harmonies of #5077EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077EF

Black with #5077EF

Text Example


Text Example

White with #5077EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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