Lightness variants
| Lightness |
HEX |
RGB |
Swatch |
| 10% |
#000033 |
rgb(0,0,51) |
|
| 20% |
#000066 |
rgb(0,0,102) |
|
| 30% |
#000099 |
rgb(0,0,153) |
|
| 40% |
#0000CC |
rgb(0,0,204) |
|
| 50% ◀ |
#0000FF |
rgb(0,0,255) |
|
| 60% |
#3333FF |
rgb(51,51,255) |
|
| 70% |
#6666FF |
rgb(102,102,255) |
|
| 80% |
#9999FF |
rgb(153,153,255) |
|
| 90% |
#CCCCFF |
rgb(204,204,255) |
|
Frequently Asked Questions
What is the RGB value of #0000FF?+
#0000FF in RGB is rgb(0, 0, 255).
What is #0000FF in HSL?+
#0000FF in HSL is hsl(240°, 100%, 50%).
How do I use #0000FF in CSS?+
Use color: #0000ff; or color: rgb(0,0,255); or color: hsl(240,100%,50%);
What kind of color is #0000FF?+
#0000FF has R=0, G=0, B=255. Hue: 240°, Saturation: 100%, Lightness: 50%. It is a mid-lightness colour.