Html Css Color HEX #504BDC Free Speech Blue

📋 copy color: '#504BDC'

red 80 ◦ green 75 ◦ blue 220

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

Shades of Free Speech Blue #504BDC

Tints of Free Speech Blue #504BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 21.33%
G = 20%
B = 58.67%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#504BDC (or 0x504BDC) is known color: Free Speech Blue. HEX triplet: 50, 4B and DC. RGB value is (80,75,220). Sum of RGB (Red+Green+Blue) = 80+75+220=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #504BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BDC is #AFB423. Grayscale: #5C5C5C. Windows color (decimal): -11514916 or 14437200. OLE color: 14437200.

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

Color convert

RGB 80 75 220 -
CMYK 0.64 0.66 0 0.14
HSL 242.07º 0.67% 0.58% -
HSV(B) 242.07º 0.66% 0.86% -
XYZ 18.74 11.9 69.02 -
YUV 93.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 80 75 220 0.64 0.66 0 0.14 242.07 0.67 0.58
Hex 50 4B DC 40 42 0 E F2 43 3A
Octal 120 113 334 100 102 0 16 362 103 72
Binary 1010000 1001011 11011100 1000000 1000010 0 1110 11110010 1000011 111010

Color Harmonies of #504BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BDC

Black with #504BDC

Text Example


Text Example

White with #504BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,75,220); }

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

background-color css

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

 a { background-color: rgb(80,75,220); }

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

border-color css

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

 span { border-color: rgb(80,75,220); }

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