Html Css Color HEX #404ADF Free Speech Blue

📋 copy color: '#404ADF'

red 64 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Blue #404ADF

Tints of Free Speech Blue #404ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

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

R = 17.73%
G = 20.5%
B = 61.77%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#404ADF (or 0x404ADF) is known color: Free Speech Blue. HEX triplet: 40, 4A and DF. RGB value is (64,74,223). Sum of RGB (Red+Green+Blue) = 64+74+223=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #404ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ADF is #BFB520. Grayscale: #575757. Windows color (decimal): -12563745 or 14633536. OLE color: 14633536.

HSL color Cylindrical-coordinate representation of color #404ADF: hue angle of 236.23º 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 #404ADF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 74 223 -
CMYK 0.71 0.67 0 0.13
HSL 236.23º 0.71% 0.56% -
HSV(B) 236.23º 0.71% 0.87% -
XYZ 17.88 11.32 71.05 -
YUV 88 204.19 110.88 -
System Red Green Blue C M Y K H S L
Decimal 64 74 223 0.71 0.67 0 0.13 236.23 0.71 0.56
Hex 40 4A DF 47 43 0 D EC 47 38
Octal 100 112 337 107 103 0 15 354 107 70
Binary 1000000 1001010 11011111 1000111 1000011 0 1101 11101100 1000111 111000

Color Harmonies of #404ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404ADF

Black with #404ADF

Text Example


Text Example

White with #404ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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