Html Css Color HEX #504ECB Free Speech Blue

📋 copy color: '#504ECB'

red 80 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #504ECB

Tints of Free Speech Blue #504ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 22.16%
G = 21.61%
B = 56.23%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#504ECB (or 0x504ECB) is known color: Free Speech Blue. HEX triplet: 50, 4E and CB. RGB value is (80,78,203). Sum of RGB (Red+Green+Blue) = 80+78+203=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #504ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ECB is #AFB134. Grayscale: #5C5C5C. Windows color (decimal): -11514165 or 13323856. OLE color: 13323856.

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

Color convert

RGB 80 78 203 -
CMYK 0.61 0.62 0 0.20
HSL 240.96º 0.55% 0.55% -
HSV(B) 240.96º 0.62% 0.8% -
XYZ 16.81 11.47 57.83 -
YUV 92.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 80 78 203 0.61 0.62 0 0.20 240.96 0.55 0.55
Hex 50 4E CB 3D 3E 0 14 F1 37 37
Octal 120 116 313 75 76 0 24 361 67 67
Binary 1010000 1001110 11001011 111101 111110 0 10100 11110001 110111 110111

Color Harmonies of #504ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ECB

Black with #504ECB

Text Example


Text Example

White with #504ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,78,203); }

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

background-color css

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

 a { background-color: rgb(80,78,203); }

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

border-color css

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

 span { border-color: rgb(80,78,203); }

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