Html Css Color HEX #5049CF Free Speech Blue

📋 copy color: '#5049CF'

red 80 ◦ green 73 ◦ blue 207

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

Shades of Free Speech Blue #5049CF

Tints of Free Speech Blue #5049CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 22.22%
G = 20.28%
B = 57.5%

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

#5049CF (or 0x5049CF) is known color: Free Speech Blue. HEX triplet: 50, 49 and CF. RGB value is (80,73,207). Sum of RGB (Red+Green+Blue) = 80+73+207=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #5049CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049CF is #AFB630. Grayscale: #595959. Windows color (decimal): -11515441 or 13584720. OLE color: 13584720.

HSL color Cylindrical-coordinate representation of color #5049CF: hue angle of 243.13º 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 #5049CF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 73 207 -
CMYK 0.61 0.65 0 0.19
HSL 243.13º 0.58% 0.55% -
HSV(B) 243.13º 0.65% 0.81% -
XYZ 16.95 10.98 60.26 -
YUV 90.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 80 73 207 0.61 0.65 0 0.19 243.13 0.58 0.55
Hex 50 49 CF 3D 41 0 13 F3 3A 37
Octal 120 111 317 75 101 0 23 363 72 67
Binary 1010000 1001001 11001111 111101 1000001 0 10011 11110011 111010 110111

Color Harmonies of #5049CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049CF

Black with #5049CF

Text Example


Text Example

White with #5049CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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