The values are in the 0.0 to 1.0 range.
E.g. divide by 255., but remember the decimal dot so you get floating point division and not integer division.
Like
selectedColor = [UIColor colorWithRed:14.0/255.0 green:114.0/255.0 blue:199.0/255.0 alpha:1];