Colorizes String to bold blue
Example:
val name: String = "SKN".blueBold();
a bold blue colored String
v1.0.0