#5180DE

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

Shades of Royal Blue #5180DE

Tints of Royal Blue #5180DE

Color information

#5180DE (or 0x5180DE) is unknown color: approx Royal Blue. HEX triplet: 51, 80 and DE. RGB value is (81,128,222). Sum of RGB (Red+Green+Blue) = 81+128+222=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 128 (50.39% from 255 or 29.70% 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 #5180DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5180DE is #AE7F21. Grayscale: #7C7C7C. Windows color (decimal): -11435810 or 14581841. OLE color: 14581841.

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

Color convert

RGB81128222-
CMYK0.640.4200.13
HSL220º68.12%59.41%-
HSV(B)220º63.51%87.06%-
XYZ24.322.4672.16-
YUV124.66182.9396.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=18.79%
G=29.70%
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
Decimal811282220.640.4200.1322068.1259.41
Hex5180DE402A0Ddc443b
Octal1212003361005201533410473
Binary10100011000000011011110100000010101001101110111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5180DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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