Blue (#0000FF) to RGB

Convert the blue hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#0000FF = rgb(0, 0, 255)

Color Values

Hex#0000FF
RGBrgb(0, 0, 255)
Red0
Green0
Blue255

Convert Any Hex Color

✅ RGB Value: rgb(0, 0, 255)

Frequently Asked Questions

What is the RGB value of Blue?

Blue (#0000FF) is rgb(0, 0, 255) in RGB.

What is the hex code for Blue?

The hex code for Blue is #0000FF, which is rgb(0, 0, 255) in RGB.

How do I use Blue in CSS?

In CSS you can use either form interchangeably: color: #0000FF; or color: rgb(0, 0, 255);