Html Css Color HEX #5048C7 Free Speech Blue

📋 copy color: '#5048C7'

red 80 ◦ green 72 ◦ blue 199

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

Shades of Free Speech Blue #5048C7

Tints of Free Speech Blue #5048C7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 199 (78.13% from 255) = 56.7%

R = 22.79%
G = 20.51%
B = 56.7%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5048C7 (or 0x5048C7) is known color: Free Speech Blue. HEX triplet: 50, 48 and C7. RGB value is (80,72,199). Sum of RGB (Red+Green+Blue) = 80+72+199=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 199 (78.12% from 255 or 56.70% from 351); Max value from RGB is 199 - color contains mainly: blue. Hex color #5048C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048C7 is #AFB738. Grayscale: #585858. Windows color (decimal): -11515705 or 13060176. OLE color: 13060176.

HSL color Cylindrical-coordinate representation of color #5048C7: hue angle of 243.78º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5048C7 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 72 199 -
CMYK 0.60 0.64 0 0.22
HSL 243.78º 0.53% 0.53% -
HSV(B) 243.78º 0.64% 0.78% -
XYZ 15.93 10.46 55.21 -
YUV 88.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 80 72 199 0.60 0.64 0 0.22 243.78 0.53 0.53
Hex 50 48 C7 3C 40 0 16 F4 35 35
Octal 120 110 307 74 100 0 26 364 65 65
Binary 1010000 1001000 11000111 111100 1000000 0 10110 11110100 110101 110101

Color Harmonies of #5048C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048C7

Black with #5048C7

Text Example


Text Example

White with #5048C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5048C7; }

 p { color: rgb(80,72,199); }

 H1.HeaderClassName
 {
   color: #5048C7;
 }
 .AnyTagClassName
 {
   color: #5048C7;
 }
</style>

background-color css

<style>
 a { background-color: #5048C7; }

 a { background-color: rgb(80,72,199); }

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

border-color css

<style>
 span { border-color: #5048C7; }

 span { border-color: rgb(80,72,199); }

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