Html Css Color HEX #404DDF Free Speech Blue

📋 copy color: '#404DDF'

red 64 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #404DDF

Tints of Free Speech Blue #404DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 17.58%
G = 21.15%
B = 61.26%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#404DDF (or 0x404DDF) is known color: Free Speech Blue. HEX triplet: 40, 4D and DF. RGB value is (64,77,223). Sum of RGB (Red+Green+Blue) = 64+77+223=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #404DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DDF is #BFB220. Grayscale: #595959. Windows color (decimal): -12562977 or 14634304. OLE color: 14634304.

HSL color Cylindrical-coordinate representation of color #404DDF: hue angle of 235.09º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404DDF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 77 223 -
CMYK 0.71 0.65 0 0.13
HSL 235.09º 0.71% 0.56% -
HSV(B) 235.09º 0.71% 0.87% -
XYZ 18.09 11.73 71.12 -
YUV 89.76 203.19 109.63 -
System Red Green Blue C M Y K H S L
Decimal 64 77 223 0.71 0.65 0 0.13 235.09 0.71 0.56
Hex 40 4D DF 47 41 0 D EB 47 38
Octal 100 115 337 107 101 0 15 353 107 70
Binary 1000000 1001101 11011111 1000111 1000001 0 1101 11101011 1000111 111000

Color Harmonies of #404DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DDF

Black with #404DDF

Text Example


Text Example

White with #404DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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