Html Css Color HEX #5080DC Royal Blue

📋 copy color: '#5080DC'

red 80 ◦ green 128 ◦ blue 220

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

Shades of Royal Blue #5080DC

Tints of Royal Blue #5080DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 18.69%
G = 29.91%
B = 51.4%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5080DC (or 0x5080DC) is known color: Royal Blue. HEX triplet: 50, 80 and DC. RGB value is (80,128,220). Sum of RGB (Red+Green+Blue) = 80+128+220=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #5080DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080DC is #AF7F23. Grayscale: #7B7B7B. Windows color (decimal): -11501348 or 14450768. OLE color: 14450768.

HSL color Cylindrical-coordinate representation of color #5080DC: hue angle of 219.43º 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 #5080DC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 128 220 -
CMYK 0.64 0.42 0 0.14
HSL 219.43º 0.67% 0.59% -
HSV(B) 219.43º 0.64% 0.86% -
XYZ 23.95 22.31 70.75 -
YUV 124.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 80 128 220 0.64 0.42 0 0.14 219.43 0.67 0.59
Hex 50 80 DC 40 2A 0 E DB 43 3B
Octal 120 200 334 100 52 0 16 333 103 73
Binary 1010000 10000000 11011100 1000000 101010 0 1110 11011011 1000011 111011

Color Harmonies of #5080DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5080DC

Black with #5080DC

Text Example


Text Example

White with #5080DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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