Shades of Dodger Blue #17A8EA
Tints of Dodger Blue #17A8EA
RGB
CMYK
RGB Variations
Color information
#17A8EA (or 0x17A8EA) is known color: Dodger Blue. HEX triplet: 17, A8 and EA. RGB value is (23,168,234). Sum of RGB (Red+Green+Blue) = 23+168+234=425 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.41% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #17A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A8EA is #E85715. Grayscale: #838383. Windows color (decimal): -15226646 or 15378455. OLE color: 15378455.
HSL color Cylindrical-coordinate representation of color #17A8EA: hue angle of 198.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17A8EA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 168 | 234 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.08 |
| HSL | 198.77º | 0.83% | 0.5% | - |
| HSV(B) | 198.77º | 0.9% | 0.92% | - |
| XYZ | 29.21 | 34.13 | 82.89 | - |
| YUV | 132.17 | 185.46 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 234 | 0.90 | 0.28 | 0 | 0.08 | 198.77 | 0.83 | 0.5 |
| Hex | 17 | A8 | EA | 5A | 1C | 0 | 8 | C7 | 53 | 32 |
| Octal | 27 | 250 | 352 | 132 | 34 | 0 | 10 | 307 | 123 | 62 |
| Binary | 10111 | 10101000 | 11101010 | 1011010 | 11100 | 0 | 1000 | 11000111 | 1010011 | 110010 |
Color Harmonies of #17A8EA
Complementary color
Monochromatic Colors of #17A8EA
Black with #17A8EA
Text Example
Text Example
White with #17A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8EA; }
p { color: rgb(23,168,234); }
H1.HeaderClassName
{
color: #17A8EA;
}
.AnyTagClassName
{
color: #17A8EA;
}
</style>
background-color css
<style>
a { background-color: #17A8EA; }
a { background-color: rgb(23,168,234); }
div.DivClassName
{
background-color: #17A8EA;
}
.BgClassName
{
background-color: #17A8EA;
}
</style>
border-color css
<style>
span { border-color: #17A8EA; }
span { border-color: rgb(23,168,234); }
td.TdClassName
{
border-color: #17A8EA;
}
.TagClassName
{
border-color: #17A8EA;
}
</style>