Why the browsers take shades of blue (colors specified in SO post here) while we select the text ?
Is there any special reason for the same ?
Note:Question moved from StackOverflow
Why the browsers take shades of blue (colors specified in SO post here) while we select the text ?
Is there any special reason for the same ?
Note:Question moved from StackOverflow
Most browsers take the standard selection color of the operating system. This color is chosen to be consistent with the rest of the operating system.
If you use Windows that color is blue, with Ubuntu for example the selection color is orange. And you will see that the selection color in browsers in Ubuntu the selection color is also orange.

The color of the text highlight can be changed using the CSS pseudo element '::selection'.
Therefor, I would guess (and it is just a guess) that the blue color was chosen simply because it worked as a part of the browsers default (without site or user CSS) color scheme.