Html Css Color HEX #404ED1 Free Speech Blue

📋 copy color: '#404ED1'

red 64 ◦ green 78 ◦ blue 209

#404ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #404ED1

Tints of Free Speech Blue #404ED1

RGB

 RED value IS 64 (25.39% from 255) = 18.23%

 GREEN value IS 78 (30.86% from 255) = 22.22%

 BLUE value IS 209 (82.03% from 255) = 59.54%

R = 18.23%
G = 22.22%
B = 59.54%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#404ED1 (or 0x404ED1) is known color: Free Speech Blue. HEX triplet: 40, 4E and D1. RGB value is (64,78,209). Sum of RGB (Red+Green+Blue) = 64+78+209=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 209 (82.03% from 255 or 59.54% from 351); Max value from RGB is 209 - color contains mainly: blue. Hex color #404ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED1 is #BFB12E. Grayscale: #585858. Windows color (decimal): -12562735 or 13717056. OLE color: 13717056.

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

Color convert

RGB 64 78 209 -
CMYK 0.69 0.63 0 0.18
HSL 234.21º 0.61% 0.54% -
HSV(B) 234.21º 0.69% 0.82% -
XYZ 16.35 11.14 61.61 -
YUV 88.75 195.86 110.35 -
System Red Green Blue C M Y K H S L
Decimal 64 78 209 0.69 0.63 0 0.18 234.21 0.61 0.54
Hex 40 4E D1 45 3F 0 12 EA 3D 36
Octal 100 116 321 105 77 0 22 352 75 66
Binary 1000000 1001110 11010001 1000101 111111 0 10010 11101010 111101 110110

Color Harmonies of #404ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404ED1

Black with #404ED1

Text Example


Text Example

White with #404ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #404ED1;
 }
 .AnyTagClassName
 {
   color: #404ED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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