Html Css Color HEX #5049CA Free Speech Blue

📋 copy color: '#5049CA'

red 80 ◦ green 73 ◦ blue 202

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

Shades of Free Speech Blue #5049CA

Tints of Free Speech Blue #5049CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 22.54%
G = 20.56%
B = 56.9%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5049CA (or 0x5049CA) is known color: Free Speech Blue. HEX triplet: 50, 49 and CA. RGB value is (80,73,202). Sum of RGB (Red+Green+Blue) = 80+73+202=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5049CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049CA is #AFB635. Grayscale: #595959. Windows color (decimal): -11515446 or 13257040. OLE color: 13257040.

HSL color Cylindrical-coordinate representation of color #5049CA: hue angle of 243.26º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5049CA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 73 202 -
CMYK 0.60 0.64 0 0.21
HSL 243.26º 0.55% 0.54% -
HSV(B) 243.26º 0.64% 0.79% -
XYZ 16.35 10.73 57.09 -
YUV 89.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 80 73 202 0.60 0.64 0 0.21 243.26 0.55 0.54
Hex 50 49 CA 3C 40 0 15 F3 37 36
Octal 120 111 312 74 100 0 25 363 67 66
Binary 1010000 1001001 11001010 111100 1000000 0 10101 11110011 110111 110110

Color Harmonies of #5049CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049CA

Black with #5049CA

Text Example


Text Example

White with #5049CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049CA; }

 p { color: rgb(80,73,202); }

 H1.HeaderClassName
 {
   color: #5049CA;
 }
 .AnyTagClassName
 {
   color: #5049CA;
 }
</style>

background-color css

<style>
 a { background-color: #5049CA; }

 a { background-color: rgb(80,73,202); }

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

border-color css

<style>
 span { border-color: #5049CA; }

 span { border-color: rgb(80,73,202); }

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