Shades of Dodger Blue #117AFF
Tints of Dodger Blue #117AFF
RGB
CMYK
RGB Variations
Color information
#117AFF (or 0x117AFF) is known color: Dodger Blue. HEX triplet: 11, 7A and FF. RGB value is (17,122,255). Sum of RGB (Red+Green+Blue) = 17+122+255=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #117AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AFF is #EE8500. Grayscale: #696969. Windows color (decimal): -15631617 or 16742929. OLE color: 16742929.
HSL color Cylindrical-coordinate representation of color #117AFF: hue angle of 213.53º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AFF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 122 | 255 | - |
| CMYK | 0.93 | 0.52 | 0 | 0 |
| HSL | 213.53º | 1% | 0.53% | - |
| HSV(B) | 213.53º | 0.93% | 1% | - |
| XYZ | 25.24 | 21.26 | 97.38 | - |
| YUV | 105.77 | 212.21 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 255 | 0.93 | 0.52 | 0 | 0 | 213.53 | 1 | 0.53 |
| Hex | 11 | 7A | FF | 5D | 34 | 0 | 0 | D6 | 64 | 35 |
| Octal | 21 | 172 | 377 | 135 | 64 | 0 | 0 | 326 | 144 | 65 |
| Binary | 10001 | 1111010 | 11111111 | 1011101 | 110100 | 0 | 0 | 11010110 | 1100100 | 110101 |
Color Harmonies of #117AFF
Complementary color
Monochromatic Colors of #117AFF
Black with #117AFF
Text Example
Text Example
White with #117AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AFF; }
p { color: rgb(17,122,255); }
H1.HeaderClassName
{
color: #117AFF;
}
.AnyTagClassName
{
color: #117AFF;
}
</style>
background-color css
<style>
a { background-color: #117AFF; }
a { background-color: rgb(17,122,255); }
div.DivClassName
{
background-color: #117AFF;
}
.BgClassName
{
background-color: #117AFF;
}
</style>
border-color css
<style>
span { border-color: #117AFF; }
span { border-color: rgb(17,122,255); }
td.TdClassName
{
border-color: #117AFF;
}
.TagClassName
{
border-color: #117AFF;
}
</style>