Shades of Dodger Blue #17A1EC
Tints of Dodger Blue #17A1EC
RGB
CMYK
RGB Variations
Color information
#17A1EC (or 0x17A1EC) is known color: Dodger Blue. HEX triplet: 17, A1 and EC. RGB value is (23,161,236). Sum of RGB (Red+Green+Blue) = 23+161+236=420 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.48% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #17A1EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A1EC is #E85E13. Grayscale: #7F7F7F. Windows color (decimal): -15228436 or 15507735. OLE color: 15507735.
HSL color Cylindrical-coordinate representation of color #17A1EC: hue angle of 201.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17A1EC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 161 | 236 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.07 |
| HSL | 201.13º | 0.85% | 0.51% | - |
| HSV(B) | 201.13º | 0.9% | 0.93% | - |
| XYZ | 28.24 | 31.73 | 83.99 | - |
| YUV | 128.29 | 188.78 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 161 | 236 | 0.90 | 0.32 | 0 | 0.07 | 201.13 | 0.85 | 0.51 |
| Hex | 17 | A1 | EC | 5A | 20 | 0 | 7 | C9 | 55 | 33 |
| Octal | 27 | 241 | 354 | 132 | 40 | 0 | 7 | 311 | 125 | 63 |
| Binary | 10111 | 10100001 | 11101100 | 1011010 | 100000 | 0 | 111 | 11001001 | 1010101 | 110011 |
Color Harmonies of #17A1EC
Complementary color
Monochromatic Colors of #17A1EC
Black with #17A1EC
Text Example
Text Example
White with #17A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A1EC; }
p { color: rgb(23,161,236); }
H1.HeaderClassName
{
color: #17A1EC;
}
.AnyTagClassName
{
color: #17A1EC;
}
</style>
background-color css
<style>
a { background-color: #17A1EC; }
a { background-color: rgb(23,161,236); }
div.DivClassName
{
background-color: #17A1EC;
}
.BgClassName
{
background-color: #17A1EC;
}
</style>
border-color css
<style>
span { border-color: #17A1EC; }
span { border-color: rgb(23,161,236); }
td.TdClassName
{
border-color: #17A1EC;
}
.TagClassName
{
border-color: #17A1EC;
}
</style>