Html Css Color HEX #4057DA Free Speech Blue

📋 copy color: '#4057DA'

red 64 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Blue #4057DA

Tints of Free Speech Blue #4057DA

RGB

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

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

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

R = 17.34%
G = 23.58%
B = 59.08%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4057DA (or 0x4057DA) is known color: Free Speech Blue. HEX triplet: 40, 57 and DA. RGB value is (64,87,218). Sum of RGB (Red+Green+Blue) = 64+87+218=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #4057DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4057DA is #BFA825. Grayscale: #5E5E5E. Windows color (decimal): -12560422 or 14309184. OLE color: 14309184.

HSL color Cylindrical-coordinate representation of color #4057DA: hue angle of 231.04º 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 #4057DA is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 87 218 -
CMYK 0.71 0.60 0 0.15
HSL 231.04º 0.68% 0.55% -
HSV(B) 231.04º 0.71% 0.85% -
XYZ 18.18 12.97 67.87 -
YUV 95.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 64 87 218 0.71 0.60 0 0.15 231.04 0.68 0.55
Hex 40 57 DA 47 3C 0 F E7 44 37
Octal 100 127 332 107 74 0 17 347 104 67
Binary 1000000 1010111 11011010 1000111 111100 0 1111 11100111 1000100 110111

Color Harmonies of #4057DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057DA

Black with #4057DA

Text Example


Text Example

White with #4057DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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