Below is a CSS snippet that applies a color to an HTML element:markdown.one {background-color: rgb(2, 121, 139)color: #c55da1}If you want to increase the value of the color blue in this situation, which value should you change?

🎲 Try a Random Question  |  Total Questions in Quiz: 14  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Building Websites with HTML, CSS, and JavaScript — practice the complete quiz, review flashcards, or try a random question.

For Pluralsight Skill Assessments.


Below is a CSS snippet that applies a color to an HTML element:<br>markdown<br>.one {<br>background-color: rgb(2, 121, 139)<br>color: #c55da1<br>}<br><br>If you want to increase the value of the color blue in this situation, which value should you change?