Html Css Color HEX #404DD0 Free Speech Blue

📋 copy color: '#404DD0'

red 64 ◦ green 77 ◦ blue 208

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

Shades of Free Speech Blue #404DD0

Tints of Free Speech Blue #404DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.6%

R = 18.34%
G = 22.06%
B = 59.6%

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

#404DD0 (or 0x404DD0) is known color: Free Speech Blue. HEX triplet: 40, 4D and D0. RGB value is (64,77,208). Sum of RGB (Red+Green+Blue) = 64+77+208=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #404DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DD0 is #BFB22F. Grayscale: #575757. Windows color (decimal): -12562992 or 13651264. OLE color: 13651264.

HSL color Cylindrical-coordinate representation of color #404DD0: hue angle of 234.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404DD0 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 77 208 -
CMYK 0.69 0.63 0 0.18
HSL 234.58º 0.61% 0.53% -
HSV(B) 234.58º 0.69% 0.82% -
XYZ 16.15 10.95 60.94 -
YUV 88.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 64 77 208 0.69 0.63 0 0.18 234.58 0.61 0.53
Hex 40 4D D0 45 3F 0 12 EB 3D 35
Octal 100 115 320 105 77 0 22 353 75 65
Binary 1000000 1001101 11010000 1000101 111111 0 10010 11101011 111101 110101

Color Harmonies of #404DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DD0

Black with #404DD0

Text Example


Text Example

White with #404DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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