Html Css Color HEX #5049CB Free Speech Blue

📋 copy color: '#5049CB'

red 80 ◦ green 73 ◦ blue 203

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

Shades of Free Speech Blue #5049CB

Tints of Free Speech Blue #5049CB

RGB

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

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

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

R = 22.47%
G = 20.51%
B = 57.02%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5049CB (or 0x5049CB) is known color: Free Speech Blue. HEX triplet: 50, 49 and CB. RGB value is (80,73,203). Sum of RGB (Red+Green+Blue) = 80+73+203=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5049CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049CB is #AFB634. Grayscale: #595959. Windows color (decimal): -11515445 or 13322576. OLE color: 13322576.

HSL color Cylindrical-coordinate representation of color #5049CB: hue angle of 243.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5049CB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 73 203 -
CMYK 0.61 0.64 0 0.20
HSL 243.23º 0.56% 0.54% -
HSV(B) 243.23º 0.64% 0.8% -
XYZ 16.47 10.78 57.71 -
YUV 89.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 80 73 203 0.61 0.64 0 0.20 243.23 0.56 0.54
Hex 50 49 CB 3D 40 0 14 F3 38 36
Octal 120 111 313 75 100 0 24 363 70 66
Binary 1010000 1001001 11001011 111101 1000000 0 10100 11110011 111000 110110

Color Harmonies of #5049CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049CB

Black with #5049CB

Text Example


Text Example

White with #5049CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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