copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
HTML Color Picker - W3Schools W3Schools offers free online tutorials, references and exercises in all the major languages of the web Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more
CSS Colors - W3Schools Color Names Supported by All Browsers All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors): For a full overview of CSS colors, visit our colors tutorial
Colors RGB and RGBA - W3Schools This page explains RGB and RGBA color models, their differences, and how to use them in web design with examples
HTML Colors - W3Schools HTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values
HTML Color Values - W3Schools Named Colors Sorted by HEX Value Click here to see the colors sorted by name #000000 Black Color Mixer Color Picker #000080 Navy
CSS RGB and RGBA Colors - W3Schools RGB Value An RGB color value represents RED, GREEN, and BLUE light sources In CSS, a color can be specified as an RGB value, using this formula: rgb (red, green, blue) Each parameter (red, green, and blue) defines the intensity of the color between 0 and 255 For example, rgb (255, 0, 0) is displayed as red, because red is set to its highest value (255) and the others are set to 0 To display
HTML input type=color - W3Schools Definition and Usage The <input type="color"> defines a color picker The default value is #000000 (black) The value must be in seven-character hexadecimal notation Tip: Always add the <label> tag for best accessibility practices!
HTML Color Names - W3Schools Color Names Supported by All Browsers All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors):
CSS Selectors Reference - W3Schools CSS Simple Selectors The simple selectors select elements based on element-name, id, and class In addition, there is the universal selector (*)