Html Css Color HEX #504DDD Free Speech Blue

📋 copy color: '#504DDD'

red 80 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #504DDD

Tints of Free Speech Blue #504DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 21.16%
G = 20.37%
B = 58.47%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#504DDD (or 0x504DDD) is known color: Free Speech Blue. HEX triplet: 50, 4D and DD. RGB value is (80,77,221). Sum of RGB (Red+Green+Blue) = 80+77+221=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #504DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DDD is #AFB222. Grayscale: #5D5D5D. Windows color (decimal): -11514403 or 14503248. OLE color: 14503248.

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

Color convert

RGB 80 77 221 -
CMYK 0.64 0.65 0 0.13
HSL 241.25º 0.68% 0.58% -
HSV(B) 241.25º 0.65% 0.87% -
XYZ 19.01 12.23 69.77 -
YUV 94.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 80 77 221 0.64 0.65 0 0.13 241.25 0.68 0.58
Hex 50 4D DD 40 41 0 D F1 44 3A
Octal 120 115 335 100 101 0 15 361 104 72
Binary 1010000 1001101 11011101 1000000 1000001 0 1101 11110001 1000100 111010

Color Harmonies of #504DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DDD

Black with #504DDD

Text Example


Text Example

White with #504DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,77,221); }

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

background-color css

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

 a { background-color: rgb(80,77,221); }

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

border-color css

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

 span { border-color: rgb(80,77,221); }

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