Guide: Use Hex Code to Color Elements Blue

Just as with red and the others.

<style>
  body {
    background-color: #0000FF;
  }
</style>