Shades of Dodger Blue #17AAF4
Tints of Dodger Blue #17AAF4
RGB
CMYK
RGB Variations
Color information
#17AAF4 (or 0x17AAF4) is known color: Dodger Blue. HEX triplet: 17, AA and F4. RGB value is (23,170,244). Sum of RGB (Red+Green+Blue) = 23+170+244=437 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.26% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #17AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAF4 is #E8550B. Grayscale: #868686. Windows color (decimal): -15226124 or 16034327. OLE color: 16034327.
HSL color Cylindrical-coordinate representation of color #17AAF4: hue angle of 200.09º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17AAF4 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 170 | 244 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.04 |
| HSL | 200.09º | 0.91% | 0.52% | - |
| HSV(B) | 200.09º | 0.91% | 0.96% | - |
| XYZ | 31.06 | 35.46 | 90.8 | - |
| YUV | 134.48 | 189.8 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 244 | 0.91 | 0.30 | 0 | 0.04 | 200.09 | 0.91 | 0.52 |
| Hex | 17 | AA | F4 | 5B | 1E | 0 | 4 | C8 | 5B | 34 |
| Octal | 27 | 252 | 364 | 133 | 36 | 0 | 4 | 310 | 133 | 64 |
| Binary | 10111 | 10101010 | 11110100 | 1011011 | 11110 | 0 | 100 | 11001000 | 1011011 | 110100 |
Color Harmonies of #17AAF4
Complementary color
Monochromatic Colors of #17AAF4
Black with #17AAF4
Text Example
Text Example
White with #17AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAF4; }
p { color: rgb(23,170,244); }
H1.HeaderClassName
{
color: #17AAF4;
}
.AnyTagClassName
{
color: #17AAF4;
}
</style>
background-color css
<style>
a { background-color: #17AAF4; }
a { background-color: rgb(23,170,244); }
div.DivClassName
{
background-color: #17AAF4;
}
.BgClassName
{
background-color: #17AAF4;
}
</style>
border-color css
<style>
span { border-color: #17AAF4; }
span { border-color: rgb(23,170,244); }
td.TdClassName
{
border-color: #17AAF4;
}
.TagClassName
{
border-color: #17AAF4;
}
</style>