Shades of Dodger Blue #178DDF
Tints of Dodger Blue #178DDF
RGB
CMYK
RGB Variations
Color information
#178DDF (or 0x178DDF) is known color: Dodger Blue. HEX triplet: 17, 8D and DF. RGB value is (23,141,223). Sum of RGB (Red+Green+Blue) = 23+141+223=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #178DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DDF is #E87220. Grayscale: #727272. Windows color (decimal): -15233569 or 14650647. OLE color: 14650647.
HSL color Cylindrical-coordinate representation of color #178DDF: hue angle of 204.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178DDF is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 141 | 223 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.13 |
| HSL | 204.6º | 0.81% | 0.48% | - |
| HSV(B) | 204.6º | 0.9% | 0.87% | - |
| XYZ | 23.2 | 24.56 | 73.33 | - |
| YUV | 115.07 | 188.91 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 223 | 0.90 | 0.37 | 0 | 0.13 | 204.6 | 0.81 | 0.48 |
| Hex | 17 | 8D | DF | 5A | 25 | 0 | D | CD | 51 | 30 |
| Octal | 27 | 215 | 337 | 132 | 45 | 0 | 15 | 315 | 121 | 60 |
| Binary | 10111 | 10001101 | 11011111 | 1011010 | 100101 | 0 | 1101 | 11001101 | 1010001 | 110000 |
Color Harmonies of #178DDF
Complementary color
Monochromatic Colors of #178DDF
Black with #178DDF
Text Example
Text Example
White with #178DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DDF; }
p { color: rgb(23,141,223); }
H1.HeaderClassName
{
color: #178DDF;
}
.AnyTagClassName
{
color: #178DDF;
}
</style>
background-color css
<style>
a { background-color: #178DDF; }
a { background-color: rgb(23,141,223); }
div.DivClassName
{
background-color: #178DDF;
}
.BgClassName
{
background-color: #178DDF;
}
</style>
border-color css
<style>
span { border-color: #178DDF; }
span { border-color: rgb(23,141,223); }
td.TdClassName
{
border-color: #178DDF;
}
.TagClassName
{
border-color: #178DDF;
}
</style>