Html Css Color HEX #404FDA Free Speech Blue

📋 copy color: '#404FDA'

red 64 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #404FDA

Tints of Free Speech Blue #404FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 17.73%
G = 21.88%
B = 60.39%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#404FDA (or 0x404FDA) is known color: Free Speech Blue. HEX triplet: 40, 4F and DA. RGB value is (64,79,218). Sum of RGB (Red+Green+Blue) = 64+79+218=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #404FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FDA is #BFB025. Grayscale: #595959. Windows color (decimal): -12562470 or 14307136. OLE color: 14307136.

HSL color Cylindrical-coordinate representation of color #404FDA: hue angle of 234.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404FDA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 79 218 -
CMYK 0.71 0.64 0 0.15
HSL 234.16º 0.68% 0.55% -
HSV(B) 234.16º 0.71% 0.85% -
XYZ 17.57 11.74 67.67 -
YUV 90.36 200.03 109.2 -
System Red Green Blue C M Y K H S L
Decimal 64 79 218 0.71 0.64 0 0.15 234.16 0.68 0.55
Hex 40 4F DA 47 40 0 F EA 44 37
Octal 100 117 332 107 100 0 17 352 104 67
Binary 1000000 1001111 11011010 1000111 1000000 0 1111 11101010 1000100 110111

Color Harmonies of #404FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FDA

Black with #404FDA

Text Example


Text Example

White with #404FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,218); }

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

background-color css

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

 a { background-color: rgb(64,79,218); }

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

border-color css

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

 span { border-color: rgb(64,79,218); }

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