RGB describes a color by the amounts of red, green and blue light, each from 0 to 255.
Why it matters
Screens create colors by mixing these three. rgb(37, 99, 255) is a strong blue.
RGB describes a color by the amounts of red, green and blue light, each from 0 to 255.
Screens create colors by mixing these three. rgb(37, 99, 255) is a strong blue.