Html Css Color HEX #5080DF Royal Blue

📋 copy color: '#5080DF'

red 80 ◦ green 128 ◦ blue 223

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

Shades of Royal Blue #5080DF

Tints of Royal Blue #5080DF

RGB

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

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

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

R = 18.56%
G = 29.7%
B = 51.74%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5080DF (or 0x5080DF) is known color: Royal Blue. HEX triplet: 50, 80 and DF. RGB value is (80,128,223). Sum of RGB (Red+Green+Blue) = 80+128+223=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #5080DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080DF is #AF7F20. Grayscale: #7C7C7C. Windows color (decimal): -11501345 or 14647376. OLE color: 14647376.

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

Color convert

RGB 80 128 223 -
CMYK 0.64 0.43 0 0.13
HSL 219.86º 0.69% 0.59% -
HSV(B) 219.86º 0.64% 0.87% -
XYZ 24.35 22.47 72.87 -
YUV 124.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 80 128 223 0.64 0.43 0 0.13 219.86 0.69 0.59
Hex 50 80 DF 40 2B 0 D DC 45 3B
Octal 120 200 337 100 53 0 15 334 105 73
Binary 1010000 10000000 11011111 1000000 101011 0 1101 11011100 1000101 111011

Color Harmonies of #5080DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5080DF

Black with #5080DF

Text Example


Text Example

White with #5080DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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