Shades of Dodger Blue #17AAFA
Tints of Dodger Blue #17AAFA
RGB
CMYK
RGB Variations
Color information
#17AAFA (or 0x17AAFA) is known color: Dodger Blue. HEX triplet: 17, AA and FA. RGB value is (23,170,250). Sum of RGB (Red+Green+Blue) = 23+170+250=443 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.19% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #17AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAFA is #E85505. Grayscale: #868686. Windows color (decimal): -15226118 or 16427543. OLE color: 16427543.
HSL color Cylindrical-coordinate representation of color #17AAFA: hue angle of 201.15º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17AAFA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 170 | 250 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.02 |
| HSL | 201.15º | 0.96% | 0.54% | - |
| HSV(B) | 201.15º | 0.91% | 0.98% | - |
| XYZ | 31.98 | 35.83 | 95.67 | - |
| YUV | 135.17 | 192.8 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 250 | 0.91 | 0.32 | 0 | 0.02 | 201.15 | 0.96 | 0.54 |
| Hex | 17 | AA | FA | 5B | 20 | 0 | 2 | C9 | 60 | 36 |
| Octal | 27 | 252 | 372 | 133 | 40 | 0 | 2 | 311 | 140 | 66 |
| Binary | 10111 | 10101010 | 11111010 | 1011011 | 100000 | 0 | 10 | 11001001 | 1100000 | 110110 |
Color Harmonies of #17AAFA
Complementary color
Monochromatic Colors of #17AAFA
Black with #17AAFA
Text Example
Text Example
White with #17AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAFA; }
p { color: rgb(23,170,250); }
H1.HeaderClassName
{
color: #17AAFA;
}
.AnyTagClassName
{
color: #17AAFA;
}
</style>
background-color css
<style>
a { background-color: #17AAFA; }
a { background-color: rgb(23,170,250); }
div.DivClassName
{
background-color: #17AAFA;
}
.BgClassName
{
background-color: #17AAFA;
}
</style>
border-color css
<style>
span { border-color: #17AAFA; }
span { border-color: rgb(23,170,250); }
td.TdClassName
{
border-color: #17AAFA;
}
.TagClassName
{
border-color: #17AAFA;
}
</style>