Shades of Dodger Blue #17AAFD
Tints of Dodger Blue #17AAFD
RGB
CMYK
RGB Variations
Color information
#17AAFD (or 0x17AAFD) is known color: Dodger Blue. HEX triplet: 17, AA and FD. RGB value is (23,170,253). Sum of RGB (Red+Green+Blue) = 23+170+253=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #17AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAFD is #E85502. Grayscale: #878787. Windows color (decimal): -15226115 or 16624151. OLE color: 16624151.
HSL color Cylindrical-coordinate representation of color #17AAFD: hue angle of 201.65º 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 #17AAFD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 170 | 253 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.01 |
| HSL | 201.65º | 0.98% | 0.54% | - |
| HSV(B) | 201.65º | 0.91% | 0.99% | - |
| XYZ | 32.46 | 36.02 | 98.17 | - |
| YUV | 135.51 | 194.3 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 253 | 0.91 | 0.33 | 0 | 0.01 | 201.65 | 0.98 | 0.54 |
| Hex | 17 | AA | FD | 5B | 21 | 0 | 1 | CA | 62 | 36 |
| Octal | 27 | 252 | 375 | 133 | 41 | 0 | 1 | 312 | 142 | 66 |
| Binary | 10111 | 10101010 | 11111101 | 1011011 | 100001 | 0 | 1 | 11001010 | 1100010 | 110110 |
Color Harmonies of #17AAFD
Complementary color
Monochromatic Colors of #17AAFD
Black with #17AAFD
Text Example
Text Example
White with #17AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAFD; }
p { color: rgb(23,170,253); }
H1.HeaderClassName
{
color: #17AAFD;
}
.AnyTagClassName
{
color: #17AAFD;
}
</style>
background-color css
<style>
a { background-color: #17AAFD; }
a { background-color: rgb(23,170,253); }
div.DivClassName
{
background-color: #17AAFD;
}
.BgClassName
{
background-color: #17AAFD;
}
</style>
border-color css
<style>
span { border-color: #17AAFD; }
span { border-color: rgb(23,170,253); }
td.TdClassName
{
border-color: #17AAFD;
}
.TagClassName
{
border-color: #17AAFD;
}
</style>