Html Css Color HEX #5040CA Free Speech Blue

📋 copy color: '#5040CA'

red 80 ◦ green 64 ◦ blue 202

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

Shades of Free Speech Blue #5040CA

Tints of Free Speech Blue #5040CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 23.12%
G = 18.5%
B = 58.38%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5040CA (or 0x5040CA) is known color: Free Speech Blue. HEX triplet: 50, 40 and CA. RGB value is (80,64,202). Sum of RGB (Red+Green+Blue) = 80+64+202=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #5040CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040CA is #AFBF35. Grayscale: #535353. Windows color (decimal): -11517750 or 13254736. OLE color: 13254736.

HSL color Cylindrical-coordinate representation of color #5040CA: hue angle of 246.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5040CA is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 64 202 -
CMYK 0.60 0.68 0 0.21
HSL 246.96º 0.57% 0.52% -
HSV(B) 246.96º 0.68% 0.79% -
XYZ 15.8 9.64 56.9 -
YUV 84.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 80 64 202 0.60 0.68 0 0.21 246.96 0.57 0.52
Hex 50 40 CA 3C 44 0 15 F7 39 34
Octal 120 100 312 74 104 0 25 367 71 64
Binary 1010000 1000000 11001010 111100 1000100 0 10101 11110111 111001 110100

Color Harmonies of #5040CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040CA

Black with #5040CA

Text Example


Text Example

White with #5040CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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