Blue Color

CSS Name blue
HEX #0000FF
RGB rgb(0, 0, 255)
HSL hsl(240, 100%, 50%)
CMYK cmyk(100%, 100%, 0%, 0%)

About Blue

Blue is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: blue;) or by its HEX code (color: #0000FF;).

Usage in CSS

.element {
  color: blue;
  /* or */
  color: #0000FF;
  /* or */
  color: rgb(0, 0, 255);
}

Frequently Asked Questions

What is the HEX code for Blue?

The HEX code for Blue is #0000FF.

What is the RGB value of Blue?

The RGB value is rgb(0, 0, 255).

Browse More Named Colors