Shades of Dodger Blue #178EDC
Tints of Dodger Blue #178EDC
RGB
CMYK
RGB Variations
Color information
#178EDC (or 0x178EDC) is known color: Dodger Blue. HEX triplet: 17, 8E and DC. RGB value is (23,142,220). Sum of RGB (Red+Green+Blue) = 23+142+220=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #178EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178EDC is #E87123. Grayscale: #727272. Windows color (decimal): -15233316 or 14454295. OLE color: 14454295.
HSL color Cylindrical-coordinate representation of color #178EDC: hue angle of 203.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #178EDC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 142 | 220 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.14 |
| HSL | 203.76º | 0.81% | 0.48% | - |
| HSV(B) | 203.76º | 0.9% | 0.86% | - |
| XYZ | 22.94 | 24.7 | 71.27 | - |
| YUV | 115.31 | 187.08 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 220 | 0.90 | 0.35 | 0 | 0.14 | 203.76 | 0.81 | 0.48 |
| Hex | 17 | 8E | DC | 5A | 23 | 0 | E | CC | 51 | 30 |
| Octal | 27 | 216 | 334 | 132 | 43 | 0 | 16 | 314 | 121 | 60 |
| Binary | 10111 | 10001110 | 11011100 | 1011010 | 100011 | 0 | 1110 | 11001100 | 1010001 | 110000 |
Color Harmonies of #178EDC
Complementary color
Monochromatic Colors of #178EDC
Black with #178EDC
Text Example
Text Example
White with #178EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178EDC; }
p { color: rgb(23,142,220); }
H1.HeaderClassName
{
color: #178EDC;
}
.AnyTagClassName
{
color: #178EDC;
}
</style>
background-color css
<style>
a { background-color: #178EDC; }
a { background-color: rgb(23,142,220); }
div.DivClassName
{
background-color: #178EDC;
}
.BgClassName
{
background-color: #178EDC;
}
</style>
border-color css
<style>
span { border-color: #178EDC; }
span { border-color: rgb(23,142,220); }
td.TdClassName
{
border-color: #178EDC;
}
.TagClassName
{
border-color: #178EDC;
}
</style>