Html Css Color HEX #404DD7 Free Speech Blue

📋 copy color: '#404DD7'

red 64 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #404DD7

Tints of Free Speech Blue #404DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.39%

R = 17.98%
G = 21.63%
B = 60.39%

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

#404DD7 (or 0x404DD7) is known color: Free Speech Blue. HEX triplet: 40, 4D and D7. RGB value is (64,77,215). Sum of RGB (Red+Green+Blue) = 64+77+215=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #404DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DD7 is #BFB228. Grayscale: #585858. Windows color (decimal): -12562985 or 14110016. OLE color: 14110016.

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

Color convert

RGB 64 77 215 -
CMYK 0.70 0.64 0 0.16
HSL 234.83º 0.65% 0.55% -
HSV(B) 234.83º 0.7% 0.84% -
XYZ 17.03 11.3 65.57 -
YUV 88.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 64 77 215 0.70 0.64 0 0.16 234.83 0.65 0.55
Hex 40 4D D7 46 40 0 10 EB 41 37
Octal 100 115 327 106 100 0 20 353 101 67
Binary 1000000 1001101 11010111 1000110 1000000 0 10000 11101011 1000001 110111

Color Harmonies of #404DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DD7

Black with #404DD7

Text Example


Text Example

White with #404DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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