Html Css Color HEX #4240CD Free Speech Blue

📋 copy color: '#4240CD'

red 66 ◦ green 64 ◦ blue 205

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

Shades of Free Speech Blue #4240CD

Tints of Free Speech Blue #4240CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 19.7%
G = 19.1%
B = 61.19%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4240CD (or 0x4240CD) is known color: Free Speech Blue. HEX triplet: 42, 40 and CD. RGB value is (66,64,205). Sum of RGB (Red+Green+Blue) = 66+64+205=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #4240CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240CD is #BDBF32. Grayscale: #505050. Windows color (decimal): -12435251 or 13451330. OLE color: 13451330.

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

Color convert

RGB 66 64 205 -
CMYK 0.68 0.69 0 0.20
HSL 240.85º 0.59% 0.53% -
HSV(B) 240.85º 0.69% 0.8% -
XYZ 15.1 9.23 58.74 -
YUV 80.67 198.16 117.54 -
System Red Green Blue C M Y K H S L
Decimal 66 64 205 0.68 0.69 0 0.20 240.85 0.59 0.53
Hex 42 40 CD 44 45 0 14 F1 3B 35
Octal 102 100 315 104 105 0 24 361 73 65
Binary 1000010 1000000 11001101 1000100 1000101 0 10100 11110001 111011 110101

Color Harmonies of #4240CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240CD

Black with #4240CD

Text Example


Text Example

White with #4240CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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