#5080DE

Color #5080DE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5080DE

Tints of Royal Blue #5080DE

Color information

#5080DE (or 0x5080DE) is unknown color: approx Royal Blue. HEX triplet: 50, 80 and DE. RGB value is (80,128,222). Sum of RGB (Red+Green+Blue) = 80+128+222=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #5080DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080DE is #AF7F21. Grayscale: #7B7B7B. Windows color (decimal): -11501346 or 14581840. OLE color: 14581840.

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

Color convert

RGB80128222-
CMYK0.640.4200.13
HSL219.72º68.27%59.22%-
HSV(B)219.72º63.96%87.06%-
XYZ24.2122.4272.16-
YUV124.36183.196.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=18.60%
G=29.77%
B=51.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801282220.640.4200.13219.7268.2759.22
Hex5080DE402A0Ddc443b
Octal1202003361005201533410473
Binary10100001000000011011110100000010101001101110111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5080DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5080DE;
 }
 .AnyTagClassName
 {
   color: #5080DE;
 }
</style>
background-color css

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

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

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

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

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

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