Html Css Color HEX #4057D1 Free Speech Blue

📋 copy color: '#4057D1'

red 64 ◦ green 87 ◦ blue 209

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

Shades of Free Speech Blue #4057D1

Tints of Free Speech Blue #4057D1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

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

R = 17.78%
G = 24.17%
B = 58.06%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4057D1 (or 0x4057D1) is known color: Free Speech Blue. HEX triplet: 40, 57 and D1. RGB value is (64,87,209). Sum of RGB (Red+Green+Blue) = 64+87+209=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #4057D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4057D1 is #BFA82E. Grayscale: #5D5D5D. Windows color (decimal): -12560431 or 13719360. OLE color: 13719360.

HSL color Cylindrical-coordinate representation of color #4057D1: hue angle of 230.48º 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 #4057D1 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 87 209 -
CMYK 0.69 0.58 0 0.18
HSL 230.48º 0.61% 0.54% -
HSV(B) 230.48º 0.69% 0.82% -
XYZ 17.03 12.51 61.84 -
YUV 94.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 64 87 209 0.69 0.58 0 0.18 230.48 0.61 0.54
Hex 40 57 D1 45 3A 0 12 E6 3D 36
Octal 100 127 321 105 72 0 22 346 75 66
Binary 1000000 1010111 11010001 1000101 111010 0 10010 11100110 111101 110110

Color Harmonies of #4057D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057D1

Black with #4057D1

Text Example


Text Example

White with #4057D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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