Html Css Color HEX #4240BE Free Speech Blue

📋 copy color: '#4240BE'

red 66 ◦ green 64 ◦ blue 190

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

Shades of Free Speech Blue #4240BE

Tints of Free Speech Blue #4240BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 20.63%
G = 20%
B = 59.38%

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

#4240BE (or 0x4240BE) is known color: Free Speech Blue. HEX triplet: 42, 40 and BE. RGB value is (66,64,190). Sum of RGB (Red+Green+Blue) = 66+64+190=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #4240BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240BE is #BDBF41. Grayscale: #4E4E4E. Windows color (decimal): -12435266 or 12468290. OLE color: 12468290.

HSL color Cylindrical-coordinate representation of color #4240BE: hue angle of 240.95º 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 #4240BE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 64 190 -
CMYK 0.65 0.66 0 0.25
HSL 240.95º 0.5% 0.5% -
HSV(B) 240.95º 0.66% 0.75% -
XYZ 13.37 8.54 49.66 -
YUV 78.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 66 64 190 0.65 0.66 0 0.25 240.95 0.5 0.5
Hex 42 40 BE 41 42 0 19 F1 32 32
Octal 102 100 276 101 102 0 31 361 62 62
Binary 1000010 1000000 10111110 1000001 1000010 0 11001 11110001 110010 110010

Color Harmonies of #4240BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240BE

Black with #4240BE

Text Example


Text Example

White with #4240BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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