Html Css Color HEX #5068BF Free Speech Blue

📋 copy color: '#5068BF'

red 80 ◦ green 104 ◦ blue 191

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

Shades of Free Speech Blue #5068BF

Tints of Free Speech Blue #5068BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 191 (75% from 255) = 50.93%

R = 21.33%
G = 27.73%
B = 50.93%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5068BF (or 0x5068BF) is known color: Free Speech Blue. HEX triplet: 50, 68 and BF. RGB value is (80,104,191). Sum of RGB (Red+Green+Blue) = 80+104+191=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #5068BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068BF is #AF9740. Grayscale: #6A6A6A. Windows color (decimal): -11507521 or 12544080. OLE color: 12544080.

HSL color Cylindrical-coordinate representation of color #5068BF: hue angle of 227.03º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5068BF is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 104 191 -
CMYK 0.58 0.46 0 0.25
HSL 227.03º 0.46% 0.53% -
HSV(B) 227.03º 0.58% 0.75% -
XYZ 17.66 15.37 51.33 -
YUV 106.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 80 104 191 0.58 0.46 0 0.25 227.03 0.46 0.53
Hex 50 68 BF 3A 2E 0 19 E3 2E 35
Octal 120 150 277 72 56 0 31 343 56 65
Binary 1010000 1101000 10111111 111010 101110 0 11001 11100011 101110 110101

Color Harmonies of #5068BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5068BF

Black with #5068BF

Text Example


Text Example

White with #5068BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5068BF; }

 p { color: rgb(80,104,191); }

 H1.HeaderClassName
 {
   color: #5068BF;
 }
 .AnyTagClassName
 {
   color: #5068BF;
 }
</style>

background-color css

<style>
 a { background-color: #5068BF; }

 a { background-color: rgb(80,104,191); }

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

border-color css

<style>
 span { border-color: #5068BF; }

 span { border-color: rgb(80,104,191); }

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