Html Css Color HEX #504ADA Free Speech Blue

📋 copy color: '#504ADA'

red 80 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Blue #504ADA

Tints of Free Speech Blue #504ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 21.51%
G = 19.89%
B = 58.6%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#504ADA (or 0x504ADA) is known color: Free Speech Blue. HEX triplet: 50, 4A and DA. RGB value is (80,74,218). Sum of RGB (Red+Green+Blue) = 80+74+218=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #504ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ADA is #AFB525. Grayscale: #5B5B5B. Windows color (decimal): -11515174 or 14305872. OLE color: 14305872.

HSL color Cylindrical-coordinate representation of color #504ADA: hue angle of 242.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504ADA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 74 218 -
CMYK 0.63 0.66 0 0.15
HSL 242.5º 0.66% 0.57% -
HSV(B) 242.5º 0.66% 0.85% -
XYZ 18.41 11.66 67.61 -
YUV 92.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 80 74 218 0.63 0.66 0 0.15 242.5 0.66 0.57
Hex 50 4A DA 3F 42 0 F F2 42 39
Octal 120 112 332 77 102 0 17 362 102 71
Binary 1010000 1001010 11011010 111111 1000010 0 1111 11110010 1000010 111001

Color Harmonies of #504ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ADA

Black with #504ADA

Text Example


Text Example

White with #504ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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