Arjeebee
Overview
-
Overall difficulty for me (From 1-10 stars): ★☆☆☆☆☆☆☆☆☆
-
Challenge difficulty: Easy
Background
Author: @JohnHammond#6971
What is the rgb(19,55,175)
color in its hexadecimal representation?
Please wrap the hex value within the flag{
prefix and }
suffix to match the standard flag format.
Find The Flag
In here, we can go to an online tool called HTML Color Codes to find the hex number of that RGB color!
Note: hexadecimal is a base 16 number, which is only has 0 to 9, and A to F.
Found it!
- Flag:
flag{1337af}
Conclusion
What we’ve learned:
- Converting RGB Color To Hexadecimal