#5081DE

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

Shades of Royal Blue #5081DE

Tints of Royal Blue #5081DE

Color information

#5081DE (or 0x5081DE) is unknown color: approx Royal Blue. HEX triplet: 50, 81 and DE. RGB value is (80,129,222). Sum of RGB (Red+Green+Blue) = 80+129+222=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #5081DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5081DE is #AF7E21. Grayscale: #7C7C7C. Windows color (decimal): -11501090 or 14582096. OLE color: 14582096.

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

Color convert

RGB80129222-
CMYK0.640.4200.13
HSL219.3º68.27%59.22%-
HSV(B)219.3º63.96%87.06%-
XYZ24.3422.6872.2-
YUV124.95182.7795.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=18.56%
G=29.93%
B=51.51%

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
Decimal801292220.640.4200.13219.368.2759.22
Hex5081DE402A0Ddb443b
Octal1202013361005201533310473
Binary10100001000000111011110100000010101001101110110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5081DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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