Shades of Dodger Blue #17A8FC
Tints of Dodger Blue #17A8FC
RGB
CMYK
RGB Variations
Color information
#17A8FC (or 0x17A8FC) is known color: Dodger Blue. HEX triplet: 17, A8 and FC. RGB value is (23,168,252). Sum of RGB (Red+Green+Blue) = 23+168+252=443 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.19% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #17A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A8FC is #E85703. Grayscale: #858585. Windows color (decimal): -15226628 or 16558103. OLE color: 16558103.
HSL color Cylindrical-coordinate representation of color #17A8FC: hue angle of 202.01º 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 #17A8FC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 168 | 252 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.01 |
| HSL | 202.01º | 0.97% | 0.54% | - |
| HSV(B) | 202.01º | 0.91% | 0.99% | - |
| XYZ | 31.93 | 35.22 | 97.21 | - |
| YUV | 134.22 | 194.46 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 252 | 0.91 | 0.33 | 0 | 0.01 | 202.01 | 0.97 | 0.54 |
| Hex | 17 | A8 | FC | 5B | 21 | 0 | 1 | CA | 61 | 36 |
| Octal | 27 | 250 | 374 | 133 | 41 | 0 | 1 | 312 | 141 | 66 |
| Binary | 10111 | 10101000 | 11111100 | 1011011 | 100001 | 0 | 1 | 11001010 | 1100001 | 110110 |
Color Harmonies of #17A8FC
Complementary color
Monochromatic Colors of #17A8FC
Black with #17A8FC
Text Example
Text Example
White with #17A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8FC; }
p { color: rgb(23,168,252); }
H1.HeaderClassName
{
color: #17A8FC;
}
.AnyTagClassName
{
color: #17A8FC;
}
</style>
background-color css
<style>
a { background-color: #17A8FC; }
a { background-color: rgb(23,168,252); }
div.DivClassName
{
background-color: #17A8FC;
}
.BgClassName
{
background-color: #17A8FC;
}
</style>
border-color css
<style>
span { border-color: #17A8FC; }
span { border-color: rgb(23,168,252); }
td.TdClassName
{
border-color: #17A8FC;
}
.TagClassName
{
border-color: #17A8FC;
}
</style>