Shades of Dodger Blue #17AAFF
Tints of Dodger Blue #17AAFF
RGB
CMYK
RGB Variations
Color information
#17AAFF (or 0x17AAFF) is known color: Dodger Blue. HEX triplet: 17, AA and FF. RGB value is (23,170,255). Sum of RGB (Red+Green+Blue) = 23+170+255=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #17AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAFF is #E85500. Grayscale: #878787. Windows color (decimal): -15226113 or 16755223. OLE color: 16755223.
HSL color Cylindrical-coordinate representation of color #17AAFF: hue angle of 201.98º 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 #17AAFF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 170 | 255 | - |
| CMYK | 0.91 | 0.33 | 0 | 0 |
| HSL | 201.98º | 1% | 0.55% | - |
| HSV(B) | 201.98º | 0.91% | 1% | - |
| XYZ | 32.78 | 36.15 | 99.86 | - |
| YUV | 135.74 | 195.3 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 255 | 0.91 | 0.33 | 0 | 0 | 201.98 | 1 | 0.55 |
| Hex | 17 | AA | FF | 5B | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 27 | 252 | 377 | 133 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 10111 | 10101010 | 11111111 | 1011011 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #17AAFF
Complementary color
Monochromatic Colors of #17AAFF
Black with #17AAFF
Text Example
Text Example
White with #17AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAFF; }
p { color: rgb(23,170,255); }
H1.HeaderClassName
{
color: #17AAFF;
}
.AnyTagClassName
{
color: #17AAFF;
}
</style>
background-color css
<style>
a { background-color: #17AAFF; }
a { background-color: rgb(23,170,255); }
div.DivClassName
{
background-color: #17AAFF;
}
.BgClassName
{
background-color: #17AAFF;
}
</style>
border-color css
<style>
span { border-color: #17AAFF; }
span { border-color: rgb(23,170,255); }
td.TdClassName
{
border-color: #17AAFF;
}
.TagClassName
{
border-color: #17AAFF;
}
</style>