represents an aesthetically appealing version of blue in graphics or style specifications.
StandardBlue
represents an aesthetically appealing version of blue in graphics or style specifications.
Details
- StandardBlue is currently equivalent to RGBColor[0.4,0.6,1].
- StandardBlue is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Graphics[{StandardBlue, Disk[]}]Make a plot with standard blue plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardBlue]StandardBlue contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardBlue];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard blue coloring:
Graphics3D[{StandardBlue, Sphere[]}]Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardBlue, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardBlue.html.
CMS
Wolfram Language. 2025. "StandardBlue." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardBlue.html.
APA
Wolfram Language. (2025). StandardBlue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardBlue.html
BibTeX
@misc{reference.wolfram_2026_standardblue, author="Wolfram Research", title="{StandardBlue}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardBlue.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardblue, organization={Wolfram Research}, title={StandardBlue}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardBlue.html}, note=[Accessed: 13-June-2026]}