Html Css Color HEX #5049CE Free Speech Blue

📋 copy color: '#5049CE'

red 80 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #5049CE

Tints of Free Speech Blue #5049CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 22.28%
G = 20.33%
B = 57.38%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5049CE (or 0x5049CE) is known color: Free Speech Blue. HEX triplet: 50, 49 and CE. RGB value is (80,73,206). Sum of RGB (Red+Green+Blue) = 80+73+206=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5049CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049CE is #AFB631. Grayscale: #595959. Windows color (decimal): -11515442 or 13519184. OLE color: 13519184.

HSL color Cylindrical-coordinate representation of color #5049CE: hue angle of 243.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5049CE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 73 206 -
CMYK 0.61 0.65 0 0.19
HSL 243.16º 0.58% 0.55% -
HSV(B) 243.16º 0.65% 0.81% -
XYZ 16.83 10.93 59.61 -
YUV 90.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 80 73 206 0.61 0.65 0 0.19 243.16 0.58 0.55
Hex 50 49 CE 3D 41 0 13 F3 3A 37
Octal 120 111 316 75 101 0 23 363 72 67
Binary 1010000 1001001 11001110 111101 1000001 0 10011 11110011 111010 110111

Color Harmonies of #5049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049CE

Black with #5049CE

Text Example


Text Example

White with #5049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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