Shades of Dodger Blue #178DDB
Tints of Dodger Blue #178DDB
RGB
CMYK
RGB Variations
Color information
#178DDB (or 0x178DDB) is known color: Dodger Blue. HEX triplet: 17, 8D and DB. RGB value is (23,141,219). Sum of RGB (Red+Green+Blue) = 23+141+219=383 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.01% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #178DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DDB is #E87224. Grayscale: #727272. Windows color (decimal): -15233573 or 14388503. OLE color: 14388503.
HSL color Cylindrical-coordinate representation of color #178DDB: hue angle of 203.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178DDB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 141 | 219 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.14 |
| HSL | 203.88º | 0.81% | 0.47% | - |
| HSV(B) | 203.88º | 0.89% | 0.86% | - |
| XYZ | 22.66 | 24.35 | 70.52 | - |
| YUV | 114.61 | 186.91 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 219 | 0.89 | 0.36 | 0 | 0.14 | 203.88 | 0.81 | 0.47 |
| Hex | 17 | 8D | DB | 59 | 24 | 0 | E | CC | 51 | 2F |
| Octal | 27 | 215 | 333 | 131 | 44 | 0 | 16 | 314 | 121 | 57 |
| Binary | 10111 | 10001101 | 11011011 | 1011001 | 100100 | 0 | 1110 | 11001100 | 1010001 | 101111 |
Color Harmonies of #178DDB
Complementary color
Monochromatic Colors of #178DDB
Black with #178DDB
Text Example
Text Example
White with #178DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DDB; }
p { color: rgb(23,141,219); }
H1.HeaderClassName
{
color: #178DDB;
}
.AnyTagClassName
{
color: #178DDB;
}
</style>
background-color css
<style>
a { background-color: #178DDB; }
a { background-color: rgb(23,141,219); }
div.DivClassName
{
background-color: #178DDB;
}
.BgClassName
{
background-color: #178DDB;
}
</style>
border-color css
<style>
span { border-color: #178DDB; }
span { border-color: rgb(23,141,219); }
td.TdClassName
{
border-color: #178DDB;
}
.TagClassName
{
border-color: #178DDB;
}
</style>