Shades of Dodger Blue #178BDC
Tints of Dodger Blue #178BDC
RGB
CMYK
RGB Variations
Color information
#178BDC (or 0x178BDC) is known color: Dodger Blue. HEX triplet: 17, 8B and DC. RGB value is (23,139,220). Sum of RGB (Red+Green+Blue) = 23+139+220=382 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.02% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #178BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BDC is #E87423. Grayscale: #717171. Windows color (decimal): -15234084 or 14453527. OLE color: 14453527.
HSL color Cylindrical-coordinate representation of color #178BDC: hue angle of 204.67º 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 #178BDC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 139 | 220 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.14 |
| HSL | 204.67º | 0.81% | 0.48% | - |
| HSV(B) | 204.67º | 0.9% | 0.86% | - |
| XYZ | 22.5 | 23.81 | 71.12 | - |
| YUV | 113.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 220 | 0.90 | 0.37 | 0 | 0.14 | 204.67 | 0.81 | 0.48 |
| Hex | 17 | 8B | DC | 5A | 25 | 0 | E | CD | 51 | 30 |
| Octal | 27 | 213 | 334 | 132 | 45 | 0 | 16 | 315 | 121 | 60 |
| Binary | 10111 | 10001011 | 11011100 | 1011010 | 100101 | 0 | 1110 | 11001101 | 1010001 | 110000 |
Color Harmonies of #178BDC
Complementary color
Monochromatic Colors of #178BDC
Black with #178BDC
Text Example
Text Example
White with #178BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BDC; }
p { color: rgb(23,139,220); }
H1.HeaderClassName
{
color: #178BDC;
}
.AnyTagClassName
{
color: #178BDC;
}
</style>
background-color css
<style>
a { background-color: #178BDC; }
a { background-color: rgb(23,139,220); }
div.DivClassName
{
background-color: #178BDC;
}
.BgClassName
{
background-color: #178BDC;
}
</style>
border-color css
<style>
span { border-color: #178BDC; }
span { border-color: rgb(23,139,220); }
td.TdClassName
{
border-color: #178BDC;
}
.TagClassName
{
border-color: #178BDC;
}
</style>