Html Css Color HEX #5048CA Free Speech Blue

📋 copy color: '#5048CA'

red 80 ◦ green 72 ◦ blue 202

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

Shades of Free Speech Blue #5048CA

Tints of Free Speech Blue #5048CA

RGB

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

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

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

R = 22.6%
G = 20.34%
B = 57.06%

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

#5048CA (or 0x5048CA) is known color: Free Speech Blue. HEX triplet: 50, 48 and CA. RGB value is (80,72,202). Sum of RGB (Red+Green+Blue) = 80+72+202=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #5048CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048CA is #AFB735. Grayscale: #585858. Windows color (decimal): -11515702 or 13256784. OLE color: 13256784.

HSL color Cylindrical-coordinate representation of color #5048CA: hue angle of 243.69º 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 #5048CA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 72 202 -
CMYK 0.60 0.64 0 0.21
HSL 243.69º 0.55% 0.54% -
HSV(B) 243.69º 0.64% 0.79% -
XYZ 16.29 10.6 57.07 -
YUV 89.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 80 72 202 0.60 0.64 0 0.21 243.69 0.55 0.54
Hex 50 48 CA 3C 40 0 15 F4 37 36
Octal 120 110 312 74 100 0 25 364 67 66
Binary 1010000 1001000 11001010 111100 1000000 0 10101 11110100 110111 110110

Color Harmonies of #5048CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048CA

Black with #5048CA

Text Example


Text Example

White with #5048CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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