HSL(207, 98%, 39%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,98%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 98%, 39%) | color: hsl(207, 98%, 39%) | |
| HEX | #026DC5 | color: #026DC5 | |
| RGB | rgb(2, 109, 197) | color: rgb(2, 109, 197) | |
| CMYK | cmyk(99%, 45%, 0%, 23%) | — | |
| HSV | hsv(207, 99%, 77%) | — | |
| HWB | hwb(207 1% 23%) | color: hwb(207 1% 23%) | |
| OKLCH | oklch(0.5327 0.1598 252.26) | color: oklch(0.5327 0.1598 252.26) | |
| Lab | lab(45.61 8.03 -52.95) | color: lab(45.61 8.03 -52.95) | |
| LCH | lch(45.61 53.56 278.62) | color: lch(45.61 53.56 278.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#3031B0 — rgb(48, 49, 176)
Deuteranopia (Green-blind)
#2A22AB — rgb(42, 34, 171)
Tritanopia (Blue-blind)
#079F9B — rgb(7, 159, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 98%, 39%);
text
color: hsl(207, 98%, 39%);
border
border: 2px solid hsl(207, 98%, 39%);
gradient light
background: linear-gradient(to right, hsl(207, 98%, 59%), hsl(207, 98%, 39%));
gradient dark
background: linear-gradient(to right, hsl(207, 98%, 39%), hsl(207, 98%, 19%))
hex
background-color: #026DC5;
tailwind
bg-[hsl(207,98%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 98%, 39%, 0.4);
css variable
--color-primary: hsl(207, 98%, 39%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 98%, 39%)?
HEX: #026DC5 | RGB: rgb(2, 109, 197) | CMYK: 99%, 45%, 0%, 23% | HSV: 207°, 99%, 77%. Copy any format from the conversion table above.
What colors go well with #026DC5?
The complementary color is HSL(27, 98%, 39%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 98%, 39%) in CSS?
As HSL: color: hsl(207, 98%, 39%); — As HEX: color: #026DC5; — As RGB: color: rgb(2, 109, 197); — Tailwind CSS: bg-[hsl(207,98%,39%)] — CSS variable: --color-primary: hsl(207, 98%, 39%);