Html Css Color HEX #404BCF Free Speech Blue

📋 copy color: '#404BCF'

red 64 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #404BCF

Tints of Free Speech Blue #404BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 18.5%
G = 21.68%
B = 59.83%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#404BCF (or 0x404BCF) is known color: Free Speech Blue. HEX triplet: 40, 4B and CF. RGB value is (64,75,207). Sum of RGB (Red+Green+Blue) = 64+75+207=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #404BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BCF is #BFB430. Grayscale: #565656. Windows color (decimal): -12563505 or 13585216. OLE color: 13585216.

HSL color Cylindrical-coordinate representation of color #404BCF: hue angle of 235.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404BCF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 75 207 -
CMYK 0.69 0.64 0 0.19
HSL 235.38º 0.6% 0.53% -
HSV(B) 235.38º 0.69% 0.81% -
XYZ 15.89 10.63 60.25 -
YUV 86.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 64 75 207 0.69 0.64 0 0.19 235.38 0.6 0.53
Hex 40 4B CF 45 40 0 13 EB 3C 35
Octal 100 113 317 105 100 0 23 353 74 65
Binary 1000000 1001011 11001111 1000101 1000000 0 10011 11101011 111100 110101

Color Harmonies of #404BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BCF

Black with #404BCF

Text Example


Text Example

White with #404BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,207); }

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

background-color css

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

 a { background-color: rgb(64,75,207); }

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

border-color css

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

 span { border-color: rgb(64,75,207); }

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