#405ED1

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

Shades of Free Speech Blue #405ED1

Tints of Free Speech Blue #405ED1

Color information

#405ED1 (or 0x405ED1) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5E and D1. RGB value is (64,94,209). Sum of RGB (Red+Green+Blue) = 64+94+209=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #405ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ED1 is #BFA12E. Grayscale: #616161. Windows color (decimal): -12558639 or 13721152. OLE color: 13721152.

HSL color Cylindrical-coordinate representation of color #405ED1: hue angle of 227.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405ED1 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6494209-
CMYK0.690.5500.18
HSL227.59º61.18%53.53%-
HSV(B)227.59º69.38%81.96%-
XYZ17.6313.762.04-
YUV98.14190.56103.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 209 (82.03% from 255) = 56.95%
R=17.44%
G=25.61%
B=56.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64942090.690.5500.18227.5961.1853.53
Hex405ED14537012e43d36
Octal100136321105670223447566
Binary1000000101111011010001100010111011101001011100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405ED1; }

 p { color: rgb(64,94,209); }

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

<style>
 a { background-color: #405ED1; }

 a { background-color: rgb(64,94,209); }

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

<style>
 span { border-color: #405ED1; }

 span { border-color: rgb(64,94,209); }

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