Shades of Dodger Blue #17A3FF
Tints of Dodger Blue #17A3FF
RGB
CMYK
RGB Variations
Color information
#17A3FF (or 0x17A3FF) is known color: Dodger Blue. HEX triplet: 17, A3 and FF. RGB value is (23,163,255). Sum of RGB (Red+Green+Blue) = 23+163+255=441 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.22% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #17A3FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A3FF is #E85C00. Grayscale: #838383. Windows color (decimal): -15227905 or 16753431. OLE color: 16753431.
HSL color Cylindrical-coordinate representation of color #17A3FF: hue angle of 203.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17A3FF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 163 | 255 | - |
| CMYK | 0.91 | 0.36 | 0 | 0 |
| HSL | 203.79º | 1% | 0.55% | - |
| HSV(B) | 203.79º | 0.91% | 1% | - |
| XYZ | 31.5 | 33.6 | 99.43 | - |
| YUV | 131.63 | 197.62 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 163 | 255 | 0.91 | 0.36 | 0 | 0 | 203.79 | 1 | 0.55 |
| Hex | 17 | A3 | FF | 5B | 24 | 0 | 0 | CC | 64 | 37 |
| Octal | 27 | 243 | 377 | 133 | 44 | 0 | 0 | 314 | 144 | 67 |
| Binary | 10111 | 10100011 | 11111111 | 1011011 | 100100 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #17A3FF
Complementary color
Monochromatic Colors of #17A3FF
Black with #17A3FF
Text Example
Text Example
White with #17A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A3FF; }
p { color: rgb(23,163,255); }
H1.HeaderClassName
{
color: #17A3FF;
}
.AnyTagClassName
{
color: #17A3FF;
}
</style>
background-color css
<style>
a { background-color: #17A3FF; }
a { background-color: rgb(23,163,255); }
div.DivClassName
{
background-color: #17A3FF;
}
.BgClassName
{
background-color: #17A3FF;
}
</style>
border-color css
<style>
span { border-color: #17A3FF; }
span { border-color: rgb(23,163,255); }
td.TdClassName
{
border-color: #17A3FF;
}
.TagClassName
{
border-color: #17A3FF;
}
</style>