Shades of Dodger Blue #178BDF
Tints of Dodger Blue #178BDF
RGB
CMYK
RGB Variations
Color information
#178BDF (or 0x178BDF) is known color: Dodger Blue. HEX triplet: 17, 8B and DF. RGB value is (23,139,223). Sum of RGB (Red+Green+Blue) = 23+139+223=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #178BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BDF is #E87420. Grayscale: #717171. Windows color (decimal): -15234081 or 14650135. OLE color: 14650135.
HSL color Cylindrical-coordinate representation of color #178BDF: hue angle of 205.2º 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 #178BDF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 139 | 223 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.13 |
| HSL | 205.2º | 0.81% | 0.48% | - |
| HSV(B) | 205.2º | 0.9% | 0.87% | - |
| XYZ | 22.91 | 23.98 | 73.23 | - |
| YUV | 113.89 | 189.57 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 223 | 0.90 | 0.38 | 0 | 0.13 | 205.2 | 0.81 | 0.48 |
| Hex | 17 | 8B | DF | 5A | 26 | 0 | D | CD | 51 | 30 |
| Octal | 27 | 213 | 337 | 132 | 46 | 0 | 15 | 315 | 121 | 60 |
| Binary | 10111 | 10001011 | 11011111 | 1011010 | 100110 | 0 | 1101 | 11001101 | 1010001 | 110000 |
Color Harmonies of #178BDF
Complementary color
Monochromatic Colors of #178BDF
Black with #178BDF
Text Example
Text Example
White with #178BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BDF; }
p { color: rgb(23,139,223); }
H1.HeaderClassName
{
color: #178BDF;
}
.AnyTagClassName
{
color: #178BDF;
}
</style>
background-color css
<style>
a { background-color: #178BDF; }
a { background-color: rgb(23,139,223); }
div.DivClassName
{
background-color: #178BDF;
}
.BgClassName
{
background-color: #178BDF;
}
</style>
border-color css
<style>
span { border-color: #178BDF; }
span { border-color: rgb(23,139,223); }
td.TdClassName
{
border-color: #178BDF;
}
.TagClassName
{
border-color: #178BDF;
}
</style>