Shades of Dodger Blue #17A5FD
Tints of Dodger Blue #17A5FD
RGB
CMYK
RGB Variations
Color information
#17A5FD (or 0x17A5FD) is known color: Dodger Blue. HEX triplet: 17, A5 and FD. RGB value is (23,165,253). Sum of RGB (Red+Green+Blue) = 23+165+253=441 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.22% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #17A5FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A5FD is #E85A02. Grayscale: #848484. Windows color (decimal): -15227395 or 16622871. OLE color: 16622871.
HSL color Cylindrical-coordinate representation of color #17A5FD: hue angle of 202.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17A5FD is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 165 | 253 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.01 |
| HSL | 202.96º | 0.98% | 0.54% | - |
| HSV(B) | 202.96º | 0.91% | 0.99% | - |
| XYZ | 31.54 | 34.18 | 97.86 | - |
| YUV | 132.57 | 195.96 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 165 | 253 | 0.91 | 0.35 | 0 | 0.01 | 202.96 | 0.98 | 0.54 |
| Hex | 17 | A5 | FD | 5B | 23 | 0 | 1 | CB | 62 | 36 |
| Octal | 27 | 245 | 375 | 133 | 43 | 0 | 1 | 313 | 142 | 66 |
| Binary | 10111 | 10100101 | 11111101 | 1011011 | 100011 | 0 | 1 | 11001011 | 1100010 | 110110 |
Color Harmonies of #17A5FD
Complementary color
Monochromatic Colors of #17A5FD
Black with #17A5FD
Text Example
Text Example
White with #17A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A5FD; }
p { color: rgb(23,165,253); }
H1.HeaderClassName
{
color: #17A5FD;
}
.AnyTagClassName
{
color: #17A5FD;
}
</style>
background-color css
<style>
a { background-color: #17A5FD; }
a { background-color: rgb(23,165,253); }
div.DivClassName
{
background-color: #17A5FD;
}
.BgClassName
{
background-color: #17A5FD;
}
</style>
border-color css
<style>
span { border-color: #17A5FD; }
span { border-color: rgb(23,165,253); }
td.TdClassName
{
border-color: #17A5FD;
}
.TagClassName
{
border-color: #17A5FD;
}
</style>