#5069CA

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

Shades of Free Speech Blue #5069CA

Tints of Free Speech Blue #5069CA

Color information

#5069CA (or 0x5069CA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 69 and CA. RGB value is (80,105,202). Sum of RGB (Red+Green+Blue) = 80+105+202=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5069CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069CA is #AF9635. Grayscale: #6C6C6C. Windows color (decimal): -11507254 or 13265232. OLE color: 13265232.

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

Color convert

RGB80105202-
CMYK0.600.4800.21
HSL227.7º53.51%55.29%-
HSV(B)227.7º60.4%79.22%-
XYZ19.0216.0757.98-
YUV108.58180.72107.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=20.67%
G=27.13%
B=52.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801052020.600.4800.21227.753.5155.29
Hex5069CA3C30015e43637
Octal12015131274600253446667
Binary101000011010011100101011110011000001010111100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5069CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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