Shades of Dodger Blue #17AAF5
Tints of Dodger Blue #17AAF5
RGB
CMYK
RGB Variations
Color information
#17AAF5 (or 0x17AAF5) is known color: Dodger Blue. HEX triplet: 17, AA and F5. RGB value is (23,170,245). Sum of RGB (Red+Green+Blue) = 23+170+245=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #17AAF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAF5 is #E8550A. Grayscale: #868686. Windows color (decimal): -15226123 or 16099863. OLE color: 16099863.
HSL color Cylindrical-coordinate representation of color #17AAF5: hue angle of 200.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17AAF5 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 170 | 245 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.04 |
| HSL | 200.27º | 0.92% | 0.53% | - |
| HSV(B) | 200.27º | 0.91% | 0.96% | - |
| XYZ | 31.21 | 35.52 | 91.6 | - |
| YUV | 134.6 | 190.3 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 245 | 0.91 | 0.31 | 0 | 0.04 | 200.27 | 0.92 | 0.53 |
| Hex | 17 | AA | F5 | 5B | 1F | 0 | 4 | C8 | 5C | 35 |
| Octal | 27 | 252 | 365 | 133 | 37 | 0 | 4 | 310 | 134 | 65 |
| Binary | 10111 | 10101010 | 11110101 | 1011011 | 11111 | 0 | 100 | 11001000 | 1011100 | 110101 |
Color Harmonies of #17AAF5
Complementary color
Monochromatic Colors of #17AAF5
Black with #17AAF5
Text Example
Text Example
White with #17AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAF5; }
p { color: rgb(23,170,245); }
H1.HeaderClassName
{
color: #17AAF5;
}
.AnyTagClassName
{
color: #17AAF5;
}
</style>
background-color css
<style>
a { background-color: #17AAF5; }
a { background-color: rgb(23,170,245); }
div.DivClassName
{
background-color: #17AAF5;
}
.BgClassName
{
background-color: #17AAF5;
}
</style>
border-color css
<style>
span { border-color: #17AAF5; }
span { border-color: rgb(23,170,245); }
td.TdClassName
{
border-color: #17AAF5;
}
.TagClassName
{
border-color: #17AAF5;
}
</style>