Dodger Blue
#117AD0
BlueColor Codes
All color formats for development
HEX
#117AD0RGB
rgb(17, 122, 208)HSL
hsl(207, 85%, 44%)OKLCH
oklch(0.571 0.158 250.5)CMYK
cmyk(92%, 41%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6EBB
2#0D61A6
3#0C5591
4#0A497D
5#083D68
6#073153
7#05253E
8#03182A
9#020C15
Tints
Lighter variations
1#1389EA
2#2C96EE
3#46A4F0
4#60B1F2
5#7BBEF4
6#95CBF6
7#B0D8F9
8#CAE5FB
9#E5F2FD
Tones
Muted variations
1#1A79C6
2#2478BC
3#2D77B3
4#3776A9
5#4175A0
6#4A7496
7#54738D
8#5D7283
9#67717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C9 #92C9F6 | BordersInactive statesPlaceholder text |
| 400 | 5AAD #5AADF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B96 #2B96EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117A #117AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D61 #0D61A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A45 #0A4576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062C #062C4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEFFC;
--dodger-blue-200: #C2E1FA;
--dodger-blue-300: #92C9F6;
--dodger-blue-400: #5AADF2;
--dodger-blue-500: #2B96EE;
--dodger-blue-600: #117AD0;
--dodger-blue-700: #0D61A5;
--dodger-blue-800: #0A4576;
--dodger-blue-900: #062C4B;
--dodger-blue-950: #041C2F;
}