Html Css Color HEX #504ED0 Free Speech Blue

📋 copy color: '#504ED0'

red 80 ◦ green 78 ◦ blue 208

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

Shades of Free Speech Blue #504ED0

Tints of Free Speech Blue #504ED0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

 BLUE value IS 208 (81.64% from 255) = 56.83%

R = 21.86%
G = 21.31%
B = 56.83%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#504ED0 (or 0x504ED0) is known color: Free Speech Blue. HEX triplet: 50, 4E and D0. RGB value is (80,78,208). Sum of RGB (Red+Green+Blue) = 80+78+208=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #504ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ED0 is #AFB12F. Grayscale: #5C5C5C. Windows color (decimal): -11514160 or 13651536. OLE color: 13651536.

HSL color Cylindrical-coordinate representation of color #504ED0: hue angle of 240.92º 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 #504ED0 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 78 208 -
CMYK 0.62 0.62 0 0.18
HSL 240.92º 0.58% 0.56% -
HSV(B) 240.92º 0.63% 0.82% -
XYZ 17.42 11.71 61.02 -
YUV 93.42 192.66 118.43 -
System Red Green Blue C M Y K H S L
Decimal 80 78 208 0.62 0.62 0 0.18 240.92 0.58 0.56
Hex 50 4E D0 3E 3E 0 12 F1 3A 38
Octal 120 116 320 76 76 0 22 361 72 70
Binary 1010000 1001110 11010000 111110 111110 0 10010 11110001 111010 111000

Color Harmonies of #504ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ED0

Black with #504ED0

Text Example


Text Example

White with #504ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504ED0;
 }
 .AnyTagClassName
 {
   color: #504ED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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