Shades of Dodger Blue #17A8EB
Tints of Dodger Blue #17A8EB
RGB
CMYK
RGB Variations
Color information
#17A8EB (or 0x17A8EB) is known color: Dodger Blue. HEX triplet: 17, A8 and EB. RGB value is (23,168,235). Sum of RGB (Red+Green+Blue) = 23+168+235=426 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.40% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #17A8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A8EB is #E85714. Grayscale: #838383. Windows color (decimal): -15226645 or 15443991. OLE color: 15443991.
HSL color Cylindrical-coordinate representation of color #17A8EB: hue angle of 198.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17A8EB is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 168 | 235 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.08 |
| HSL | 198.96º | 0.84% | 0.51% | - |
| HSV(B) | 198.96º | 0.9% | 0.92% | - |
| XYZ | 29.35 | 34.19 | 83.65 | - |
| YUV | 132.28 | 185.96 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 235 | 0.90 | 0.29 | 0 | 0.08 | 198.96 | 0.84 | 0.51 |
| Hex | 17 | A8 | EB | 5A | 1D | 0 | 8 | C7 | 54 | 33 |
| Octal | 27 | 250 | 353 | 132 | 35 | 0 | 10 | 307 | 124 | 63 |
| Binary | 10111 | 10101000 | 11101011 | 1011010 | 11101 | 0 | 1000 | 11000111 | 1010100 | 110011 |
Color Harmonies of #17A8EB
Complementary color
Monochromatic Colors of #17A8EB
Black with #17A8EB
Text Example
Text Example
White with #17A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8EB; }
p { color: rgb(23,168,235); }
H1.HeaderClassName
{
color: #17A8EB;
}
.AnyTagClassName
{
color: #17A8EB;
}
</style>
background-color css
<style>
a { background-color: #17A8EB; }
a { background-color: rgb(23,168,235); }
div.DivClassName
{
background-color: #17A8EB;
}
.BgClassName
{
background-color: #17A8EB;
}
</style>
border-color css
<style>
span { border-color: #17A8EB; }
span { border-color: rgb(23,168,235); }
td.TdClassName
{
border-color: #17A8EB;
}
.TagClassName
{
border-color: #17A8EB;
}
</style>