Html Css Color HEX #4240CF Free Speech Blue

📋 copy color: '#4240CF'

red 66 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Blue #4240CF

Tints of Free Speech Blue #4240CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 19.58%
G = 18.99%
B = 61.42%

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

#4240CF (or 0x4240CF) is known color: Free Speech Blue. HEX triplet: 42, 40 and CF. RGB value is (66,64,207). Sum of RGB (Red+Green+Blue) = 66+64+207=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #4240CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240CF is #BDBF30. Grayscale: #505050. Windows color (decimal): -12435249 or 13582402. OLE color: 13582402.

HSL color Cylindrical-coordinate representation of color #4240CF: hue angle of 240.84º degrees, saturation: 0.6, 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 #4240CF is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 64 207 -
CMYK 0.68 0.69 0 0.19
HSL 240.84º 0.6% 0.53% -
HSV(B) 240.84º 0.69% 0.81% -
XYZ 15.34 9.33 60.02 -
YUV 80.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 66 64 207 0.68 0.69 0 0.19 240.84 0.6 0.53
Hex 42 40 CF 44 45 0 13 F1 3C 35
Octal 102 100 317 104 105 0 23 361 74 65
Binary 1000010 1000000 11001111 1000100 1000101 0 10011 11110001 111100 110101

Color Harmonies of #4240CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240CF

Black with #4240CF

Text Example


Text Example

White with #4240CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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