Shades of Dodger Blue #178BDE
Tints of Dodger Blue #178BDE
RGB
CMYK
RGB Variations
Color information
#178BDE (or 0x178BDE) is known color: Dodger Blue. HEX triplet: 17, 8B and DE. RGB value is (23,139,222). Sum of RGB (Red+Green+Blue) = 23+139+222=384 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.99% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #178BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BDE is #E87421. Grayscale: #717171. Windows color (decimal): -15234082 or 14584599. OLE color: 14584599.
HSL color Cylindrical-coordinate representation of color #178BDE: hue angle of 205.03º 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 #178BDE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 139 | 222 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.13 |
| HSL | 205.03º | 0.81% | 0.48% | - |
| HSV(B) | 205.03º | 0.9% | 0.87% | - |
| XYZ | 22.77 | 23.92 | 72.52 | - |
| YUV | 113.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 222 | 0.90 | 0.37 | 0 | 0.13 | 205.03 | 0.81 | 0.48 |
| Hex | 17 | 8B | DE | 5A | 25 | 0 | D | CD | 51 | 30 |
| Octal | 27 | 213 | 336 | 132 | 45 | 0 | 15 | 315 | 121 | 60 |
| Binary | 10111 | 10001011 | 11011110 | 1011010 | 100101 | 0 | 1101 | 11001101 | 1010001 | 110000 |
Color Harmonies of #178BDE
Complementary color
Monochromatic Colors of #178BDE
Black with #178BDE
Text Example
Text Example
White with #178BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BDE; }
p { color: rgb(23,139,222); }
H1.HeaderClassName
{
color: #178BDE;
}
.AnyTagClassName
{
color: #178BDE;
}
</style>
background-color css
<style>
a { background-color: #178BDE; }
a { background-color: rgb(23,139,222); }
div.DivClassName
{
background-color: #178BDE;
}
.BgClassName
{
background-color: #178BDE;
}
</style>
border-color css
<style>
span { border-color: #178BDE; }
span { border-color: rgb(23,139,222); }
td.TdClassName
{
border-color: #178BDE;
}
.TagClassName
{
border-color: #178BDE;
}
</style>