Html Css Color HEX #4240BF Free Speech Blue

📋 copy color: '#4240BF'

red 66 ◦ green 64 ◦ blue 191

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

Shades of Free Speech Blue #4240BF

Tints of Free Speech Blue #4240BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 20.56%
G = 19.94%
B = 59.5%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4240BF (or 0x4240BF) is known color: Free Speech Blue. HEX triplet: 42, 40 and BF. RGB value is (66,64,191). Sum of RGB (Red+Green+Blue) = 66+64+191=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #4240BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240BF is #BDBF40. Grayscale: #4E4E4E. Windows color (decimal): -12435265 or 12533826. OLE color: 12533826.

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

Color convert

RGB 66 64 191 -
CMYK 0.65 0.66 0 0.25
HSL 240.94º 0.5% 0.5% -
HSV(B) 240.94º 0.66% 0.75% -
XYZ 13.48 8.59 50.24 -
YUV 79.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 66 64 191 0.65 0.66 0 0.25 240.94 0.5 0.5
Hex 42 40 BF 41 42 0 19 F1 32 32
Octal 102 100 277 101 102 0 31 361 62 62
Binary 1000010 1000000 10111111 1000001 1000010 0 11001 11110001 110010 110010

Color Harmonies of #4240BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240BF

Black with #4240BF

Text Example


Text Example

White with #4240BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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