Html Css Color HEX #504DBF Free Speech Blue

📋 copy color: '#504DBF'

red 80 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #504DBF

Tints of Free Speech Blue #504DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 22.99%
G = 22.13%
B = 54.89%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#504DBF (or 0x504DBF) is known color: Free Speech Blue. HEX triplet: 50, 4D and BF. RGB value is (80,77,191). Sum of RGB (Red+Green+Blue) = 80+77+191=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #504DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DBF is #AFB240. Grayscale: #5A5A5A. Windows color (decimal): -11514433 or 12537168. OLE color: 12537168.

HSL color Cylindrical-coordinate representation of color #504DBF: hue angle of 241.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504DBF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 77 191 -
CMYK 0.58 0.60 0 0.25
HSL 241.58º 0.47% 0.53% -
HSV(B) 241.58º 0.6% 0.75% -
XYZ 15.37 10.77 50.56 -
YUV 90.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 80 77 191 0.58 0.60 0 0.25 241.58 0.47 0.53
Hex 50 4D BF 3A 3C 0 19 F2 2F 35
Octal 120 115 277 72 74 0 31 362 57 65
Binary 1010000 1001101 10111111 111010 111100 0 11001 11110010 101111 110101

Color Harmonies of #504DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DBF

Black with #504DBF

Text Example


Text Example

White with #504DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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