Html Css Color HEX #404EE0 Free Speech Blue

📋 copy color: '#404EE0'

red 64 ◦ green 78 ◦ blue 224

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

Shades of Free Speech Blue #404EE0

Tints of Free Speech Blue #404EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.2%

R = 17.49%
G = 21.31%
B = 61.2%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#404EE0 (or 0x404EE0) is known color: Free Speech Blue. HEX triplet: 40, 4E and E0. RGB value is (64,78,224). Sum of RGB (Red+Green+Blue) = 64+78+224=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #404EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EE0 is #BFB11F. Grayscale: #595959. Windows color (decimal): -12562720 or 14700096. OLE color: 14700096.

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

Color convert

RGB 64 78 224 -
CMYK 0.71 0.65 0 0.12
HSL 234.75º 0.72% 0.56% -
HSV(B) 234.75º 0.71% 0.88% -
XYZ 18.29 11.92 71.86 -
YUV 90.46 203.36 109.13 -
System Red Green Blue C M Y K H S L
Decimal 64 78 224 0.71 0.65 0 0.12 234.75 0.72 0.56
Hex 40 4E E0 47 41 0 C EB 48 38
Octal 100 116 340 107 101 0 14 353 110 70
Binary 1000000 1001110 11100000 1000111 1000001 0 1100 11101011 1001000 111000

Color Harmonies of #404EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EE0

Black with #404EE0

Text Example


Text Example

White with #404EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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