Html Css Color HEX #5040CE Free Speech Blue

📋 copy color: '#5040CE'

red 80 ◦ green 64 ◦ blue 206

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

Shades of Free Speech Blue #5040CE

Tints of Free Speech Blue #5040CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 22.86%
G = 18.29%
B = 58.86%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5040CE (or 0x5040CE) is known color: Free Speech Blue. HEX triplet: 50, 40 and CE. RGB value is (80,64,206). Sum of RGB (Red+Green+Blue) = 80+64+206=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #5040CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040CE is #AFBF31. Grayscale: #545454. Windows color (decimal): -11517746 or 13516880. OLE color: 13516880.

HSL color Cylindrical-coordinate representation of color #5040CE: hue angle of 246.76º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5040CE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 64 206 -
CMYK 0.61 0.69 0 0.19
HSL 246.76º 0.59% 0.53% -
HSV(B) 246.76º 0.69% 0.81% -
XYZ 16.28 9.83 59.43 -
YUV 84.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 80 64 206 0.61 0.69 0 0.19 246.76 0.59 0.53
Hex 50 40 CE 3D 45 0 13 F7 3B 35
Octal 120 100 316 75 105 0 23 367 73 65
Binary 1010000 1000000 11001110 111101 1000101 0 10011 11110111 111011 110101

Color Harmonies of #5040CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040CE

Black with #5040CE

Text Example


Text Example

White with #5040CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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