Html Css Color HEX #504EDB Free Speech Blue

📋 copy color: '#504EDB'

red 80 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #504EDB

Tints of Free Speech Blue #504EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 21.22%
G = 20.69%
B = 58.09%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#504EDB (or 0x504EDB) is known color: Free Speech Blue. HEX triplet: 50, 4E and DB. RGB value is (80,78,219). Sum of RGB (Red+Green+Blue) = 80+78+219=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #504EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EDB is #AFB124. Grayscale: #5E5E5E. Windows color (decimal): -11514149 or 14372432. OLE color: 14372432.

HSL color Cylindrical-coordinate representation of color #504EDB: hue angle of 240.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504EDB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 78 219 -
CMYK 0.63 0.64 0 0.14
HSL 240.85º 0.66% 0.58% -
HSV(B) 240.85º 0.64% 0.86% -
XYZ 18.82 12.27 68.39 -
YUV 94.67 198.16 117.54 -
System Red Green Blue C M Y K H S L
Decimal 80 78 219 0.63 0.64 0 0.14 240.85 0.66 0.58
Hex 50 4E DB 3F 40 0 E F1 42 3A
Octal 120 116 333 77 100 0 16 361 102 72
Binary 1010000 1001110 11011011 111111 1000000 0 1110 11110001 1000010 111010

Color Harmonies of #504EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EDB

Black with #504EDB

Text Example


Text Example

White with #504EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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