Html Css Color HEX #4240BD Free Speech Blue

📋 copy color: '#4240BD'

red 66 ◦ green 64 ◦ blue 189

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

Shades of Free Speech Blue #4240BD

Tints of Free Speech Blue #4240BD

RGB

 RED value IS 66 (26.17% from 255) = 20.69%

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 20.69%
G = 20.06%
B = 59.25%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4240BD (or 0x4240BD) is known color: Free Speech Blue. HEX triplet: 42, 40 and BD. RGB value is (66,64,189). Sum of RGB (Red+Green+Blue) = 66+64+189=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #4240BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240BD is #BDBF42. Grayscale: #4E4E4E. Windows color (decimal): -12435267 or 12402754. OLE color: 12402754.

HSL color Cylindrical-coordinate representation of color #4240BD: hue angle of 240.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4240BD is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 64 189 -
CMYK 0.65 0.66 0 0.26
HSL 240.96º 0.49% 0.5% -
HSV(B) 240.96º 0.66% 0.74% -
XYZ 13.27 8.5 49.09 -
YUV 78.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 66 64 189 0.65 0.66 0 0.26 240.96 0.49 0.5
Hex 42 40 BD 41 42 0 1A F1 31 32
Octal 102 100 275 101 102 0 32 361 61 62
Binary 1000010 1000000 10111101 1000001 1000010 0 11010 11110001 110001 110010

Color Harmonies of #4240BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240BD

Black with #4240BD

Text Example


Text Example

White with #4240BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4240BD; }

 p { color: rgb(66,64,189); }

 H1.HeaderClassName
 {
   color: #4240BD;
 }
 .AnyTagClassName
 {
   color: #4240BD;
 }
</style>

background-color css

<style>
 a { background-color: #4240BD; }

 a { background-color: rgb(66,64,189); }

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

border-color css

<style>
 span { border-color: #4240BD; }

 span { border-color: rgb(66,64,189); }

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