Html Css Color HEX #5077DF Royal Blue

📋 copy color: '#5077DF'

red 80 ◦ green 119 ◦ blue 223

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

Shades of Royal Blue #5077DF

Tints of Royal Blue #5077DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 18.96%
G = 28.2%
B = 52.84%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5077DF (or 0x5077DF) is known color: Royal Blue. HEX triplet: 50, 77 and DF. RGB value is (80,119,223). Sum of RGB (Red+Green+Blue) = 80+119+223=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5077DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077DF is #AF8820. Grayscale: #767676. Windows color (decimal): -11503649 or 14645072. OLE color: 14645072.

HSL color Cylindrical-coordinate representation of color #5077DF: hue angle of 223.64º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5077DF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 119 223 -
CMYK 0.64 0.47 0 0.13
HSL 223.64º 0.69% 0.59% -
HSV(B) 223.64º 0.64% 0.87% -
XYZ 23.22 20.23 72.49 -
YUV 119.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 80 119 223 0.64 0.47 0 0.13 223.64 0.69 0.59
Hex 50 77 DF 40 2F 0 D E0 45 3B
Octal 120 167 337 100 57 0 15 340 105 73
Binary 1010000 1110111 11011111 1000000 101111 0 1101 11100000 1000101 111011

Color Harmonies of #5077DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077DF

Black with #5077DF

Text Example


Text Example

White with #5077DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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