Html Css Color HEX #504FDC Free Speech Blue

📋 copy color: '#504FDC'

red 80 ◦ green 79 ◦ blue 220

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

Shades of Free Speech Blue #504FDC

Tints of Free Speech Blue #504FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 21.11%
G = 20.84%
B = 58.05%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#504FDC (or 0x504FDC) is known color: Free Speech Blue. HEX triplet: 50, 4F and DC. RGB value is (80,79,220). Sum of RGB (Red+Green+Blue) = 80+79+220=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #504FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FDC is #AFB023. Grayscale: #5E5E5E. Windows color (decimal): -11513892 or 14438224. OLE color: 14438224.

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

Color convert

RGB 80 79 220 -
CMYK 0.64 0.64 0 0.14
HSL 240.43º 0.67% 0.59% -
HSV(B) 240.43º 0.64% 0.86% -
XYZ 19.02 12.46 69.11 -
YUV 95.37 198.33 117.04 -
System Red Green Blue C M Y K H S L
Decimal 80 79 220 0.64 0.64 0 0.14 240.43 0.67 0.59
Hex 50 4F DC 40 40 0 E F0 43 3B
Octal 120 117 334 100 100 0 16 360 103 73
Binary 1010000 1001111 11011100 1000000 1000000 0 1110 11110000 1000011 111011

Color Harmonies of #504FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FDC

Black with #504FDC

Text Example


Text Example

White with #504FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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