Shades of Dodger Blue #178CDA
Tints of Dodger Blue #178CDA
RGB
CMYK
RGB Variations
Color information
#178CDA (or 0x178CDA) is known color: Dodger Blue. HEX triplet: 17, 8C and DA. RGB value is (23,140,218). Sum of RGB (Red+Green+Blue) = 23+140+218=381 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.04% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #178CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CDA is #E87325. Grayscale: #717171. Windows color (decimal): -15233830 or 14322711. OLE color: 14322711.
HSL color Cylindrical-coordinate representation of color #178CDA: hue angle of 204º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178CDA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 140 | 218 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.15 |
| HSL | 204º | 0.81% | 0.47% | - |
| HSV(B) | 204º | 0.89% | 0.85% | - |
| XYZ | 22.39 | 24 | 69.78 | - |
| YUV | 113.91 | 186.74 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 218 | 0.89 | 0.36 | 0 | 0.15 | 204 | 0.81 | 0.47 |
| Hex | 17 | 8C | DA | 59 | 24 | 0 | F | CC | 51 | 2F |
| Octal | 27 | 214 | 332 | 131 | 44 | 0 | 17 | 314 | 121 | 57 |
| Binary | 10111 | 10001100 | 11011010 | 1011001 | 100100 | 0 | 1111 | 11001100 | 1010001 | 101111 |
Color Harmonies of #178CDA
Complementary color
Monochromatic Colors of #178CDA
Black with #178CDA
Text Example
Text Example
White with #178CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CDA; }
p { color: rgb(23,140,218); }
H1.HeaderClassName
{
color: #178CDA;
}
.AnyTagClassName
{
color: #178CDA;
}
</style>
background-color css
<style>
a { background-color: #178CDA; }
a { background-color: rgb(23,140,218); }
div.DivClassName
{
background-color: #178CDA;
}
.BgClassName
{
background-color: #178CDA;
}
</style>
border-color css
<style>
span { border-color: #178CDA; }
span { border-color: rgb(23,140,218); }
td.TdClassName
{
border-color: #178CDA;
}
.TagClassName
{
border-color: #178CDA;
}
</style>