Html Css Color HEX #404ED5 Free Speech Blue

📋 copy color: '#404ED5'

red 64 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Blue #404ED5

Tints of Free Speech Blue #404ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 60%

R = 18.03%
G = 21.97%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#404ED5 (or 0x404ED5) is known color: Free Speech Blue. HEX triplet: 40, 4E and D5. RGB value is (64,78,213). Sum of RGB (Red+Green+Blue) = 64+78+213=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #404ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED5 is #BFB12A. Grayscale: #585858. Windows color (decimal): -12562731 or 13979200. OLE color: 13979200.

HSL color Cylindrical-coordinate representation of color #404ED5: hue angle of 234.36º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404ED5 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 78 213 -
CMYK 0.70 0.63 0 0.16
HSL 234.36º 0.64% 0.54% -
HSV(B) 234.36º 0.7% 0.84% -
XYZ 16.85 11.34 64.25 -
YUV 89.2 197.86 110.02 -
System Red Green Blue C M Y K H S L
Decimal 64 78 213 0.70 0.63 0 0.16 234.36 0.64 0.54
Hex 40 4E D5 46 3F 0 10 EA 40 36
Octal 100 116 325 106 77 0 20 352 100 66
Binary 1000000 1001110 11010101 1000110 111111 0 10000 11101010 1000000 110110

Color Harmonies of #404ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404ED5

Black with #404ED5

Text Example


Text Example

White with #404ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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