What is the Bootstrap blue hex code?
Bootstrap\u2019s primary blue is #0d6efd (as of Bootstrap 5) \u2014 a bright primary blue.
Why is Bootstrap blue so recognizable?
Bootstrap was the world\u2019s most popular front-end framework; its default btn-primary blue colored millions of buttons and navbars, shaping web-wide expectations of \u201cprimary blue.\u201d
What is btn-primary?
Bootstrap\u2019s primary-action button class \u2014 rendered in its signature blue, it taught a generation of developers and users what a \u201cprimary\u201d color looks like.
What color is #0d6efd?
#0d6efd is a balanced electric blue, closest to Royal Blue (ΔE2000 4.1). It sits at 216° on the hue wheel with 98% saturation and 52% lightness, which reads as cool.
What is the RGB value of #0d6efd?
rgb(13, 110, 253) — 13 red, 110 green and 253 blue out of 255, or 5.1% / 43.1% / 99.2% by channel.
What is #0d6efd in HSL and HSV?
hsl(216, 98%, 52%) and hsv(216, 95%, 99%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #0d6efd a light or a dark color?
It is a mid-tone. Relative luminance is 0.1833 and perceived brightness is 47%, so black text on it reaches 4.67:1.
Should I use black or white text on #0d6efd?
Black. It scores 4.67:1 against #0d6efd, versus 4.50:1 for white — AA at any size.
Is #0d6efd accessible on a white background?
#0d6efd on white scores 4.50:1, which clears AA at every size but not AAA.
What is the complementary color of #0d6efd?
#FD9C0D sits directly opposite on the wheel. Softer options are the split-complements #FD240D and #E6FD0D, which give the same contrast with far less vibration.
What colors go well with #0d6efd?
For interface work: #F4F7FA as the surface, #C0D2ED for borders, #4B6B9B for secondary text, #CC4700 as an accent and #01347E for hover and pressed states. For a palette, the analogous pair #0DE6FD and #240DFD stays calm, while #FD9C0D is the loudest partner.
What is #0d6efd in CMYK for printing?
cmyk(95%, 57%, 0%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #0d6efd warm or cool?
Cool — it scores 97 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0D16FD; nudged cooler, #0069F1.
Which Tailwind color is closest to #0d6efd?
The blue family — its 500 step is #3b82f6, ΔE2000 6.7 away. That is a visible difference, so define #0d6efd as a custom token rather than reaching for the built-in.
How do I use #0d6efd in Tailwind CSS?
Inline it as an arbitrary value with bg-[#0d6efd] or text-[#0d6efd], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #0d6efd with 50% opacity?
rgba(13, 110, 253, 0.5), or #0d6efd80 in eight-digit hex. Over white that composites to #86B7FE; over black, #07377F.
Is #0d6efd a web-safe color?
No. The nearest web-safe colour is #0066FF, ΔE2000 2.7 away. The palette only matters for legacy displays and some email clients now.
What does the color #0d6efd mean?
As a blue, it reads trusted, calm, competent. The default of institutions for a reason: blue is read as stable and safe across nearly every culture that has been surveyed. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #0d6efd?
The safest is same-hue elevation: linear-gradient(135deg, #4A92FE, #0d6efd 45%, #01347E). For more colour, a short hue run to #5202EA keeps it rich without turning muddy.