Shades of Dodger Blue #17A4FF
Tints of Dodger Blue #17A4FF
RGB
CMYK
RGB Variations
Color information
#17A4FF (or 0x17A4FF) is known color: Dodger Blue. HEX triplet: 17, A4 and FF. RGB value is (23,164,255). Sum of RGB (Red+Green+Blue) = 23+164+255=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #17A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A4FF is #E85B00. Grayscale: #838383. Windows color (decimal): -15227649 or 16753687. OLE color: 16753687.
HSL color Cylindrical-coordinate representation of color #17A4FF: hue angle of 203.53º 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 #17A4FF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 164 | 255 | - |
| CMYK | 0.91 | 0.36 | 0 | 0 |
| HSL | 203.53º | 1% | 0.55% | - |
| HSV(B) | 203.53º | 0.91% | 1% | - |
| XYZ | 31.68 | 33.95 | 99.49 | - |
| YUV | 132.22 | 197.29 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 164 | 255 | 0.91 | 0.36 | 0 | 0 | 203.53 | 1 | 0.55 |
| Hex | 17 | A4 | FF | 5B | 24 | 0 | 0 | CC | 64 | 37 |
| Octal | 27 | 244 | 377 | 133 | 44 | 0 | 0 | 314 | 144 | 67 |
| Binary | 10111 | 10100100 | 11111111 | 1011011 | 100100 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #17A4FF
Complementary color
Monochromatic Colors of #17A4FF
Black with #17A4FF
Text Example
Text Example
White with #17A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A4FF; }
p { color: rgb(23,164,255); }
H1.HeaderClassName
{
color: #17A4FF;
}
.AnyTagClassName
{
color: #17A4FF;
}
</style>
background-color css
<style>
a { background-color: #17A4FF; }
a { background-color: rgb(23,164,255); }
div.DivClassName
{
background-color: #17A4FF;
}
.BgClassName
{
background-color: #17A4FF;
}
</style>
border-color css
<style>
span { border-color: #17A4FF; }
span { border-color: rgb(23,164,255); }
td.TdClassName
{
border-color: #17A4FF;
}
.TagClassName
{
border-color: #17A4FF;
}
</style>