#5068CA

Color #5068CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5068CA

Tints of Free Speech Blue #5068CA

Color information

#5068CA (or 0x5068CA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 68 and CA. RGB value is (80,104,202). Sum of RGB (Red+Green+Blue) = 80+104+202=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #5068CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068CA is #AF9735. Grayscale: #6B6B6B. Windows color (decimal): -11507510 or 13264976. OLE color: 13264976.

HSL color Cylindrical-coordinate representation of color #5068CA: hue angle of 228.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5068CA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80104202-
CMYK0.600.4900.21
HSL228.2º53.51%55.29%-
HSV(B)228.2º60.4%79.22%-
XYZ18.9215.8757.94-
YUV108181.05108.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=20.73%
G=26.94%
B=52.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801042020.600.4900.21228.253.5155.29
Hex5068CA3C31015e43637
Octal12015031274610253446667
Binary101000011010001100101011110011000101010111100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5068CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5068CA;
 }
 .AnyTagClassName
 {
   color: #5068CA;
 }
</style>
background-color css

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

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

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

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

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

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