Shades of Dodger Blue #17A5EF
Tints of Dodger Blue #17A5EF
RGB
CMYK
RGB Variations
Color information
#17A5EF (or 0x17A5EF) is known color: Dodger Blue. HEX triplet: 17, A5 and EF. RGB value is (23,165,239). Sum of RGB (Red+Green+Blue) = 23+165+239=427 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.39% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #17A5EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A5EF is #E85A10. Grayscale: #828282. Windows color (decimal): -15227409 or 15705367. OLE color: 15705367.
HSL color Cylindrical-coordinate representation of color #17A5EF: hue angle of 200.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17A5EF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 165 | 239 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.06 |
| HSL | 200.56º | 0.87% | 0.51% | - |
| HSV(B) | 200.56º | 0.9% | 0.94% | - |
| XYZ | 29.39 | 33.32 | 86.54 | - |
| YUV | 130.98 | 188.96 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 165 | 239 | 0.90 | 0.31 | 0 | 0.06 | 200.56 | 0.87 | 0.51 |
| Hex | 17 | A5 | EF | 5A | 1F | 0 | 6 | C9 | 57 | 33 |
| Octal | 27 | 245 | 357 | 132 | 37 | 0 | 6 | 311 | 127 | 63 |
| Binary | 10111 | 10100101 | 11101111 | 1011010 | 11111 | 0 | 110 | 11001001 | 1010111 | 110011 |
Color Harmonies of #17A5EF
Complementary color
Monochromatic Colors of #17A5EF
Black with #17A5EF
Text Example
Text Example
White with #17A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A5EF; }
p { color: rgb(23,165,239); }
H1.HeaderClassName
{
color: #17A5EF;
}
.AnyTagClassName
{
color: #17A5EF;
}
</style>
background-color css
<style>
a { background-color: #17A5EF; }
a { background-color: rgb(23,165,239); }
div.DivClassName
{
background-color: #17A5EF;
}
.BgClassName
{
background-color: #17A5EF;
}
</style>
border-color css
<style>
span { border-color: #17A5EF; }
span { border-color: rgb(23,165,239); }
td.TdClassName
{
border-color: #17A5EF;
}
.TagClassName
{
border-color: #17A5EF;
}
</style>