#405DB8

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

Shades of Free Speech Blue #405DB8

Tints of Free Speech Blue #405DB8

Color information

#405DB8 (or 0x405DB8) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5D and B8. RGB value is (64,93,184). Sum of RGB (Red+Green+Blue) = 64+93+184=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #405DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DB8 is #BFA247. Grayscale: #5E5E5E. Windows color (decimal): -12558920 or 12082496. OLE color: 12082496.

HSL color Cylindrical-coordinate representation of color #405DB8: hue angle of 225.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #405DB8 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6493184-
CMYK0.650.4900.28
HSL225.5º48.39%48.63%-
HSV(B)225.5º65.22%72.16%-
XYZ14.6812.3846.96-
YUV94.7178.39106.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 184 (72.27% from 255) = 53.96%
R=18.77%
G=27.27%
B=53.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64931840.650.4900.28225.548.3948.63
Hex405DB8413101Ce23031
Octal100135270101610343426061
Binary1000000101110110111000100000111000101110011100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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