Shades of Dodger Blue #117AF7
Tints of Dodger Blue #117AF7
RGB
CMYK
RGB Variations
Color information
#117AF7 (or 0x117AF7) is known color: Dodger Blue. HEX triplet: 11, 7A and F7. RGB value is (17,122,247). Sum of RGB (Red+Green+Blue) = 17+122+247=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #117AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AF7 is #EE8508. Grayscale: #686868. Windows color (decimal): -15631625 or 16218641. OLE color: 16218641.
HSL color Cylindrical-coordinate representation of color #117AF7: hue angle of 212.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AF7 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 122 | 247 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.03 |
| HSL | 212.61º | 0.93% | 0.52% | - |
| HSV(B) | 212.61º | 0.93% | 0.97% | - |
| XYZ | 23.98 | 20.75 | 90.74 | - |
| YUV | 104.86 | 208.21 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 247 | 0.93 | 0.51 | 0 | 0.03 | 212.61 | 0.93 | 0.52 |
| Hex | 11 | 7A | F7 | 5D | 33 | 0 | 3 | D5 | 5D | 34 |
| Octal | 21 | 172 | 367 | 135 | 63 | 0 | 3 | 325 | 135 | 64 |
| Binary | 10001 | 1111010 | 11110111 | 1011101 | 110011 | 0 | 11 | 11010101 | 1011101 | 110100 |
Color Harmonies of #117AF7
Complementary color
Monochromatic Colors of #117AF7
Black with #117AF7
Text Example
Text Example
White with #117AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AF7; }
p { color: rgb(17,122,247); }
H1.HeaderClassName
{
color: #117AF7;
}
.AnyTagClassName
{
color: #117AF7;
}
</style>
background-color css
<style>
a { background-color: #117AF7; }
a { background-color: rgb(17,122,247); }
div.DivClassName
{
background-color: #117AF7;
}
.BgClassName
{
background-color: #117AF7;
}
</style>
border-color css
<style>
span { border-color: #117AF7; }
span { border-color: rgb(17,122,247); }
td.TdClassName
{
border-color: #117AF7;
}
.TagClassName
{
border-color: #117AF7;
}
</style>