Shades of Dodger Blue #178ADC
Tints of Dodger Blue #178ADC
RGB
CMYK
RGB Variations
Color information
#178ADC (or 0x178ADC) is known color: Dodger Blue. HEX triplet: 17, 8A and DC. RGB value is (23,138,220). Sum of RGB (Red+Green+Blue) = 23+138+220=381 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.04% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #178ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ADC is #E87523. Grayscale: #707070. Windows color (decimal): -15234340 or 14453271. OLE color: 14453271.
HSL color Cylindrical-coordinate representation of color #178ADC: hue angle of 204.97º 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 #178ADC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 138 | 220 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.14 |
| HSL | 204.97º | 0.81% | 0.48% | - |
| HSV(B) | 204.97º | 0.9% | 0.86% | - |
| XYZ | 22.36 | 23.53 | 71.07 | - |
| YUV | 112.96 | 188.4 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 220 | 0.90 | 0.37 | 0 | 0.14 | 204.97 | 0.81 | 0.48 |
| Hex | 17 | 8A | DC | 5A | 25 | 0 | E | CD | 51 | 30 |
| Octal | 27 | 212 | 334 | 132 | 45 | 0 | 16 | 315 | 121 | 60 |
| Binary | 10111 | 10001010 | 11011100 | 1011010 | 100101 | 0 | 1110 | 11001101 | 1010001 | 110000 |
Color Harmonies of #178ADC
Complementary color
Monochromatic Colors of #178ADC
Black with #178ADC
Text Example
Text Example
White with #178ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ADC; }
p { color: rgb(23,138,220); }
H1.HeaderClassName
{
color: #178ADC;
}
.AnyTagClassName
{
color: #178ADC;
}
</style>
background-color css
<style>
a { background-color: #178ADC; }
a { background-color: rgb(23,138,220); }
div.DivClassName
{
background-color: #178ADC;
}
.BgClassName
{
background-color: #178ADC;
}
</style>
border-color css
<style>
span { border-color: #178ADC; }
span { border-color: rgb(23,138,220); }
td.TdClassName
{
border-color: #178ADC;
}
.TagClassName
{
border-color: #178ADC;
}
</style>