Html Css Color HEX #504ACD Free Speech Blue

📋 copy color: '#504ACD'

red 80 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #504ACD

Tints of Free Speech Blue #504ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 22.28%
G = 20.61%
B = 57.1%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#504ACD (or 0x504ACD) is known color: Free Speech Blue. HEX triplet: 50, 4A and CD. RGB value is (80,74,205). Sum of RGB (Red+Green+Blue) = 80+74+205=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #504ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ACD is #AFB532. Grayscale: #5A5A5A. Windows color (decimal): -11515187 or 13453904. OLE color: 13453904.

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

Color convert

RGB 80 74 205 -
CMYK 0.61 0.64 0 0.20
HSL 242.75º 0.57% 0.55% -
HSV(B) 242.75º 0.64% 0.8% -
XYZ 16.78 11.01 59 -
YUV 90.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 80 74 205 0.61 0.64 0 0.20 242.75 0.57 0.55
Hex 50 4A CD 3D 40 0 14 F3 39 37
Octal 120 112 315 75 100 0 24 363 71 67
Binary 1010000 1001010 11001101 111101 1000000 0 10100 11110011 111001 110111

Color Harmonies of #504ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ACD

Black with #504ACD

Text Example


Text Example

White with #504ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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