Html Css Color HEX #504CDD Free Speech Blue

📋 copy color: '#504CDD'

red 80 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #504CDD

Tints of Free Speech Blue #504CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 21.22%
G = 20.16%
B = 58.62%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#504CDD (or 0x504CDD) is known color: Free Speech Blue. HEX triplet: 50, 4C and DD. RGB value is (80,76,221). Sum of RGB (Red+Green+Blue) = 80+76+221=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #504CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CDD is #AFB322. Grayscale: #5D5D5D. Windows color (decimal): -11514659 or 14502992. OLE color: 14502992.

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

Color convert

RGB 80 76 221 -
CMYK 0.64 0.66 0 0.13
HSL 241.66º 0.68% 0.58% -
HSV(B) 241.66º 0.66% 0.87% -
XYZ 18.94 12.09 69.74 -
YUV 93.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 80 76 221 0.64 0.66 0 0.13 241.66 0.68 0.58
Hex 50 4C DD 40 42 0 D F2 44 3A
Octal 120 114 335 100 102 0 15 362 104 72
Binary 1010000 1001100 11011101 1000000 1000010 0 1101 11110010 1000100 111010

Color Harmonies of #504CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CDD

Black with #504CDD

Text Example


Text Example

White with #504CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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