Monitors display colors with three colors: Red, Green and Blue. Standard HTML and CSS allows web designers to display millions of colors using the RGB color model. You may give HTML elements colors by giving them an RGB value.
Use the form below to manipulate the color of the border, text and background of the box below. CSS information is provided below that you can copy and paste into your HTML to get the desired look.
style="color: rgb(0,0,255); background-color: rgb(255,255,255); border-style: solid; border-color: rgb(0,0,0)"
Copyright © 2005-2008. All Rights Reserved.Created by Shawn Olson