Html Css Color HEX #4059D1 Free Speech Blue

📋 copy color: '#4059D1'

red 64 ◦ green 89 ◦ blue 209

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

Shades of Free Speech Blue #4059D1

Tints of Free Speech Blue #4059D1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

 BLUE value IS 209 (82.03% from 255) = 57.73%

R = 17.68%
G = 24.59%
B = 57.73%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4059D1 (or 0x4059D1) is known color: Free Speech Blue. HEX triplet: 40, 59 and D1. RGB value is (64,89,209). Sum of RGB (Red+Green+Blue) = 64+89+209=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #4059D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059D1 is #BFA62E. Grayscale: #5E5E5E. Windows color (decimal): -12559919 or 13719872. OLE color: 13719872.

HSL color Cylindrical-coordinate representation of color #4059D1: hue angle of 229.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4059D1 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 89 209 -
CMYK 0.69 0.57 0 0.18
HSL 229.66º 0.61% 0.54% -
HSV(B) 229.66º 0.69% 0.82% -
XYZ 17.2 12.84 61.89 -
YUV 95.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 64 89 209 0.69 0.57 0 0.18 229.66 0.61 0.54
Hex 40 59 D1 45 39 0 12 E6 3D 36
Octal 100 131 321 105 71 0 22 346 75 66
Binary 1000000 1011001 11010001 1000101 111001 0 10010 11100110 111101 110110

Color Harmonies of #4059D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059D1

Black with #4059D1

Text Example


Text Example

White with #4059D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4059D1; }

 p { color: rgb(64,89,209); }

 H1.HeaderClassName
 {
   color: #4059D1;
 }
 .AnyTagClassName
 {
   color: #4059D1;
 }
</style>

background-color css

<style>
 a { background-color: #4059D1; }

 a { background-color: rgb(64,89,209); }

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

border-color css

<style>
 span { border-color: #4059D1; }

 span { border-color: rgb(64,89,209); }

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