#405DD1

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

Shades of Free Speech Blue #405DD1

Tints of Free Speech Blue #405DD1

Color information

#405DD1 (or 0x405DD1) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5D and D1. RGB value is (64,93,209). Sum of RGB (Red+Green+Blue) = 64+93+209=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #405DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DD1 is #BFA22E. Grayscale: #616161. Windows color (decimal): -12558895 or 13720896. OLE color: 13720896.

HSL color Cylindrical-coordinate representation of color #405DD1: hue angle of 228º 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 #405DD1 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6493209-
CMYK0.690.5600.18
HSL228º61.18%53.53%-
HSV(B)228º69.38%81.96%-
XYZ17.5413.5262.01-
YUV97.55190.89104.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 209 (82.03% from 255) = 57.10%
R=17.49%
G=25.41%
B=57.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64932090.690.5600.1822861.1853.53
Hex405DD14538012e43d36
Octal100135321105700223447566
Binary1000000101110111010001100010111100001001011100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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