Html Css Color HEX #504FDA Free Speech Blue

📋 copy color: '#504FDA'

red 80 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #504FDA

Tints of Free Speech Blue #504FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 21.22%
G = 20.95%
B = 57.82%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#504FDA (or 0x504FDA) is known color: Free Speech Blue. HEX triplet: 50, 4F and DA. RGB value is (80,79,218). Sum of RGB (Red+Green+Blue) = 80+79+218=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #504FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FDA is #AFB025. Grayscale: #5E5E5E. Windows color (decimal): -11513894 or 14307152. OLE color: 14307152.

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

Color convert

RGB 80 79 218 -
CMYK 0.63 0.64 0 0.15
HSL 240.43º 0.65% 0.58% -
HSV(B) 240.43º 0.64% 0.85% -
XYZ 18.76 12.36 67.73 -
YUV 95.15 197.33 117.2 -
System Red Green Blue C M Y K H S L
Decimal 80 79 218 0.63 0.64 0 0.15 240.43 0.65 0.58
Hex 50 4F DA 3F 40 0 F F0 41 3A
Octal 120 117 332 77 100 0 17 360 101 72
Binary 1010000 1001111 11011010 111111 1000000 0 1111 11110000 1000001 111010

Color Harmonies of #504FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FDA

Black with #504FDA

Text Example


Text Example

White with #504FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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