Shades of Dodger Blue #178CDB
Tints of Dodger Blue #178CDB
RGB
CMYK
RGB Variations
Color information
#178CDB (or 0x178CDB) is known color: Dodger Blue. HEX triplet: 17, 8C and DB. RGB value is (23,140,219). Sum of RGB (Red+Green+Blue) = 23+140+219=382 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.02% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #178CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CDB is #E87324. Grayscale: #717171. Windows color (decimal): -15233829 or 14388247. OLE color: 14388247.
HSL color Cylindrical-coordinate representation of color #178CDB: hue angle of 204.18º 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 #178CDB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 140 | 219 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.14 |
| HSL | 204.18º | 0.81% | 0.47% | - |
| HSV(B) | 204.18º | 0.89% | 0.86% | - |
| XYZ | 22.52 | 24.05 | 70.47 | - |
| YUV | 114.02 | 187.24 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 219 | 0.89 | 0.36 | 0 | 0.14 | 204.18 | 0.81 | 0.47 |
| Hex | 17 | 8C | DB | 59 | 24 | 0 | E | CC | 51 | 2F |
| Octal | 27 | 214 | 333 | 131 | 44 | 0 | 16 | 314 | 121 | 57 |
| Binary | 10111 | 10001100 | 11011011 | 1011001 | 100100 | 0 | 1110 | 11001100 | 1010001 | 101111 |
Color Harmonies of #178CDB
Complementary color
Monochromatic Colors of #178CDB
Black with #178CDB
Text Example
Text Example
White with #178CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CDB; }
p { color: rgb(23,140,219); }
H1.HeaderClassName
{
color: #178CDB;
}
.AnyTagClassName
{
color: #178CDB;
}
</style>
background-color css
<style>
a { background-color: #178CDB; }
a { background-color: rgb(23,140,219); }
div.DivClassName
{
background-color: #178CDB;
}
.BgClassName
{
background-color: #178CDB;
}
</style>
border-color css
<style>
span { border-color: #178CDB; }
span { border-color: rgb(23,140,219); }
td.TdClassName
{
border-color: #178CDB;
}
.TagClassName
{
border-color: #178CDB;
}
</style>