blue rgb color code example
Example 1: rgb purple color
(128,0,128) Hex #800080
Example 2: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
Example 3: what is the rgb value of blue
color=(0,0,255)
(128,0,128) Hex #800080
rgb(255,255,0) /* yellow*/ Hex #FFFF00
color=(0,0,255)