Shades of Dodger Blue #17AAFC
Tints of Dodger Blue #17AAFC
RGB
CMYK
RGB Variations
Color information
#17AAFC (or 0x17AAFC) is known color: Dodger Blue. HEX triplet: 17, AA and FC. RGB value is (23,170,252). Sum of RGB (Red+Green+Blue) = 23+170+252=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #17AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAFC is #E85503. Grayscale: #868686. Windows color (decimal): -15226116 or 16558615. OLE color: 16558615.
HSL color Cylindrical-coordinate representation of color #17AAFC: hue angle of 201.48º degrees, saturation: 0.97, 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 #17AAFC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 170 | 252 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.01 |
| HSL | 201.48º | 0.97% | 0.54% | - |
| HSV(B) | 201.48º | 0.91% | 0.99% | - |
| XYZ | 32.3 | 35.96 | 97.33 | - |
| YUV | 135.4 | 193.8 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 252 | 0.91 | 0.33 | 0 | 0.01 | 201.48 | 0.97 | 0.54 |
| Hex | 17 | AA | FC | 5B | 21 | 0 | 1 | C9 | 61 | 36 |
| Octal | 27 | 252 | 374 | 133 | 41 | 0 | 1 | 311 | 141 | 66 |
| Binary | 10111 | 10101010 | 11111100 | 1011011 | 100001 | 0 | 1 | 11001001 | 1100001 | 110110 |
Color Harmonies of #17AAFC
Complementary color
Monochromatic Colors of #17AAFC
Black with #17AAFC
Text Example
Text Example
White with #17AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAFC; }
p { color: rgb(23,170,252); }
H1.HeaderClassName
{
color: #17AAFC;
}
.AnyTagClassName
{
color: #17AAFC;
}
</style>
background-color css
<style>
a { background-color: #17AAFC; }
a { background-color: rgb(23,170,252); }
div.DivClassName
{
background-color: #17AAFC;
}
.BgClassName
{
background-color: #17AAFC;
}
</style>
border-color css
<style>
span { border-color: #17AAFC; }
span { border-color: rgb(23,170,252); }
td.TdClassName
{
border-color: #17AAFC;
}
.TagClassName
{
border-color: #17AAFC;
}
</style>