Shades of Dodger Blue #17A8FD
Tints of Dodger Blue #17A8FD
RGB
CMYK
RGB Variations
Color information
#17A8FD (or 0x17A8FD) is known color: Dodger Blue. HEX triplet: 17, A8 and FD. RGB value is (23,168,253). Sum of RGB (Red+Green+Blue) = 23+168+253=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #17A8FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A8FD is #E85702. Grayscale: #858585. Windows color (decimal): -15226627 or 16623639. OLE color: 16623639.
HSL color Cylindrical-coordinate representation of color #17A8FD: hue angle of 202.17º degrees, saturation: 0.98, 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 #17A8FD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 168 | 253 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.01 |
| HSL | 202.17º | 0.98% | 0.54% | - |
| HSV(B) | 202.17º | 0.91% | 0.99% | - |
| XYZ | 32.09 | 35.28 | 98.05 | - |
| YUV | 134.34 | 194.96 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 253 | 0.91 | 0.34 | 0 | 0.01 | 202.17 | 0.98 | 0.54 |
| Hex | 17 | A8 | FD | 5B | 22 | 0 | 1 | CA | 62 | 36 |
| Octal | 27 | 250 | 375 | 133 | 42 | 0 | 1 | 312 | 142 | 66 |
| Binary | 10111 | 10101000 | 11111101 | 1011011 | 100010 | 0 | 1 | 11001010 | 1100010 | 110110 |
Color Harmonies of #17A8FD
Complementary color
Monochromatic Colors of #17A8FD
Black with #17A8FD
Text Example
Text Example
White with #17A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8FD; }
p { color: rgb(23,168,253); }
H1.HeaderClassName
{
color: #17A8FD;
}
.AnyTagClassName
{
color: #17A8FD;
}
</style>
background-color css
<style>
a { background-color: #17A8FD; }
a { background-color: rgb(23,168,253); }
div.DivClassName
{
background-color: #17A8FD;
}
.BgClassName
{
background-color: #17A8FD;
}
</style>
border-color css
<style>
span { border-color: #17A8FD; }
span { border-color: rgb(23,168,253); }
td.TdClassName
{
border-color: #17A8FD;
}
.TagClassName
{
border-color: #17A8FD;
}
</style>