When you select text in a webpage, the background gets a default blue color. What exact color code does this blue color have?
By default, most of the browser highlights the selected text in blue background.
IE was the only one that has a white browser background by default. Others followed suit. Even if like me you didn't lived those times, you probably encountered these greyish screenshots of the past. And so Internet Explorer made a decision that would shape the web as we know it now: white.
On the Home tab of the ribbon, the default color for the Text Highlight tool is yellow.
Background-color values can be expressed using rgb such as rgb(255,255,255), rgb(0,0,0), and rgb(255,0,0). Background-color values can be expressed as named colors such as white, black, and red.
#B4D5FE
#ACCEF7
#B4D5FF
#3297FD
#3399FF
#3298FD
#3399FF
*Found using ColorSnapper for Mac+Found using ColorSchemer for Windows
And here's a screenshot of that information with the hex color codes highlighted in the same color:
This will be a never ending list, however, since each...
...will have a different color. Also, as of CSS3, you can change the color using:
::selection{ background-color:#000; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With