#504FD0

Color #504FD0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #504FD0

Tints of Free Speech Blue #504FD0

Color information

#504FD0 (or 0x504FD0) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4F and D0. RGB value is (80,79,208). Sum of RGB (Red+Green+Blue) = 80+79+208=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #504FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FD0 is #AFB02F. Grayscale: #5D5D5D. Windows color (decimal): -11513904 or 13651792. OLE color: 13651792.

HSL color Cylindrical-coordinate representation of color #504FD0: hue angle of 240.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504FD0 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8079208-
CMYK0.620.6200.18
HSL240.47º57.85%56.27%-
HSV(B)240.47º62.02%81.57%-
XYZ17.4911.8561.04-
YUV94192.33118.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 208 (81.64% from 255) = 56.68%
R=21.80%
G=21.53%
B=56.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80792080.620.6200.18240.4757.8556.27
Hex504FD03E3E012f03a38
Octal12011732076760223607270
Binary101000010011111101000011111011111001001011110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504FD0; }

 p { color: rgb(80,79,208); }

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

<style>
 a { background-color: #504FD0; }

 a { background-color: rgb(80,79,208); }

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

<style>
 span { border-color: #504FD0; }

 span { border-color: rgb(80,79,208); }

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