Html Css Color HEX #504FCD Free Speech Blue

📋 copy color: '#504FCD'

red 80 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Blue #504FCD

Tints of Free Speech Blue #504FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 21.98%
G = 21.7%
B = 56.32%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#504FCD (or 0x504FCD) is known color: Free Speech Blue. HEX triplet: 50, 4F and CD. RGB value is (80,79,205). Sum of RGB (Red+Green+Blue) = 80+79+205=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #504FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FCD is #AFB032. Grayscale: #5D5D5D. Windows color (decimal): -11513907 or 13455184. OLE color: 13455184.

HSL color Cylindrical-coordinate representation of color #504FCD: hue angle of 240.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504FCD is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 79 205 -
CMYK 0.61 0.61 0 0.20
HSL 240.48º 0.56% 0.56% -
HSV(B) 240.48º 0.61% 0.8% -
XYZ 17.12 11.71 59.11 -
YUV 93.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 80 79 205 0.61 0.61 0 0.20 240.48 0.56 0.56
Hex 50 4F CD 3D 3D 0 14 F0 38 38
Octal 120 117 315 75 75 0 24 360 70 70
Binary 1010000 1001111 11001101 111101 111101 0 10100 11110000 111000 111000

Color Harmonies of #504FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FCD

Black with #504FCD

Text Example


Text Example

White with #504FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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