Html Css Color HEX #504ED3 Free Speech Blue

📋 copy color: '#504ED3'

red 80 ◦ green 78 ◦ blue 211

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

Shades of Free Speech Blue #504ED3

Tints of Free Speech Blue #504ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 57.18%

R = 21.68%
G = 21.14%
B = 57.18%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#504ED3 (or 0x504ED3) is known color: Free Speech Blue. HEX triplet: 50, 4E and D3. RGB value is (80,78,211). Sum of RGB (Red+Green+Blue) = 80+78+211=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #504ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ED3 is #AFB12C. Grayscale: #5D5D5D. Windows color (decimal): -11514157 or 13848144. OLE color: 13848144.

HSL color Cylindrical-coordinate representation of color #504ED3: hue angle of 240.9º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504ED3 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 78 211 -
CMYK 0.62 0.63 0 0.17
HSL 240.9º 0.6% 0.57% -
HSV(B) 240.9º 0.63% 0.83% -
XYZ 17.79 11.86 62.98 -
YUV 93.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 80 78 211 0.62 0.63 0 0.17 240.9 0.6 0.57
Hex 50 4E D3 3E 3F 0 11 F1 3C 39
Octal 120 116 323 76 77 0 21 361 74 71
Binary 1010000 1001110 11010011 111110 111111 0 10001 11110001 111100 111001

Color Harmonies of #504ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ED3

Black with #504ED3

Text Example


Text Example

White with #504ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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