Html Css Color HEX #4240CE Free Speech Blue

📋 copy color: '#4240CE'

red 66 ◦ green 64 ◦ blue 206

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

Shades of Free Speech Blue #4240CE

Tints of Free Speech Blue #4240CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 19.64%
G = 19.05%
B = 61.31%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4240CE (or 0x4240CE) is known color: Free Speech Blue. HEX triplet: 42, 40 and CE. RGB value is (66,64,206). Sum of RGB (Red+Green+Blue) = 66+64+206=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #4240CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240CE is #BDBF31. Grayscale: #505050. Windows color (decimal): -12435250 or 13516866. OLE color: 13516866.

HSL color Cylindrical-coordinate representation of color #4240CE: hue angle of 240.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4240CE is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 64 206 -
CMYK 0.68 0.69 0 0.19
HSL 240.85º 0.59% 0.53% -
HSV(B) 240.85º 0.69% 0.81% -
XYZ 15.22 9.28 59.38 -
YUV 80.79 198.66 117.45 -
System Red Green Blue C M Y K H S L
Decimal 66 64 206 0.68 0.69 0 0.19 240.85 0.59 0.53
Hex 42 40 CE 44 45 0 13 F1 3B 35
Octal 102 100 316 104 105 0 23 361 73 65
Binary 1000010 1000000 11001110 1000100 1000101 0 10011 11110001 111011 110101

Color Harmonies of #4240CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240CE

Black with #4240CE

Text Example


Text Example

White with #4240CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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