Shades of Dodger Blue #178ADB
Tints of Dodger Blue #178ADB
RGB
CMYK
RGB Variations
Color information
#178ADB (or 0x178ADB) is known color: Dodger Blue. HEX triplet: 17, 8A and DB. RGB value is (23,138,219). Sum of RGB (Red+Green+Blue) = 23+138+219=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #178ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ADB is #E87524. Grayscale: #707070. Windows color (decimal): -15234341 or 14387735. OLE color: 14387735.
HSL color Cylindrical-coordinate representation of color #178ADB: hue angle of 204.8º 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 #178ADB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 138 | 219 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 204.8º | 0.81% | 0.47% | - |
| HSV(B) | 204.8º | 0.89% | 0.86% | - |
| XYZ | 22.23 | 23.47 | 70.38 | - |
| YUV | 112.85 | 187.9 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 219 | 0.89 | 0.37 | 0 | 0.14 | 204.8 | 0.81 | 0.47 |
| Hex | 17 | 8A | DB | 59 | 25 | 0 | E | CD | 51 | 2F |
| Octal | 27 | 212 | 333 | 131 | 45 | 0 | 16 | 315 | 121 | 57 |
| Binary | 10111 | 10001010 | 11011011 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010001 | 101111 |
Color Harmonies of #178ADB
Complementary color
Monochromatic Colors of #178ADB
Black with #178ADB
Text Example
Text Example
White with #178ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ADB; }
p { color: rgb(23,138,219); }
H1.HeaderClassName
{
color: #178ADB;
}
.AnyTagClassName
{
color: #178ADB;
}
</style>
background-color css
<style>
a { background-color: #178ADB; }
a { background-color: rgb(23,138,219); }
div.DivClassName
{
background-color: #178ADB;
}
.BgClassName
{
background-color: #178ADB;
}
</style>
border-color css
<style>
span { border-color: #178ADB; }
span { border-color: rgb(23,138,219); }
td.TdClassName
{
border-color: #178ADB;
}
.TagClassName
{
border-color: #178ADB;
}
</style>