Html Css Color HEX #404DD5 Free Speech Blue

📋 copy color: '#404DD5'

red 64 ◦ green 77 ◦ blue 213

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

Shades of Free Speech Blue #404DD5

Tints of Free Speech Blue #404DD5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 18.08%
G = 21.75%
B = 60.17%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#404DD5 (or 0x404DD5) is known color: Free Speech Blue. HEX triplet: 40, 4D and D5. RGB value is (64,77,213). Sum of RGB (Red+Green+Blue) = 64+77+213=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #404DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DD5 is #BFB22A. Grayscale: #585858. Windows color (decimal): -12562987 or 13978944. OLE color: 13978944.

HSL color Cylindrical-coordinate representation of color #404DD5: hue angle of 234.77º 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 #404DD5 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 77 213 -
CMYK 0.70 0.64 0 0.16
HSL 234.77º 0.64% 0.54% -
HSV(B) 234.77º 0.7% 0.84% -
XYZ 16.78 11.2 64.23 -
YUV 88.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 64 77 213 0.70 0.64 0 0.16 234.77 0.64 0.54
Hex 40 4D D5 46 40 0 10 EB 40 36
Octal 100 115 325 106 100 0 20 353 100 66
Binary 1000000 1001101 11010101 1000110 1000000 0 10000 11101011 1000000 110110

Color Harmonies of #404DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DD5

Black with #404DD5

Text Example


Text Example

White with #404DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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