Shades of Dodger Blue #117FF7
Tints of Dodger Blue #117FF7
RGB
CMYK
RGB Variations
Color information
#117FF7 (or 0x117FF7) is known color: Dodger Blue. HEX triplet: 11, 7F and F7. RGB value is (17,127,247). Sum of RGB (Red+Green+Blue) = 17+127+247=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #117FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FF7 is #EE8008. Grayscale: #6B6B6B. Windows color (decimal): -15630345 or 16219921. OLE color: 16219921.
HSL color Cylindrical-coordinate representation of color #117FF7: hue angle of 211.3º 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 #117FF7 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 127 | 247 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.03 |
| HSL | 211.3º | 0.93% | 0.52% | - |
| HSV(B) | 211.3º | 0.93% | 0.97% | - |
| XYZ | 24.61 | 22.01 | 90.95 | - |
| YUV | 107.79 | 206.56 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 247 | 0.93 | 0.49 | 0 | 0.03 | 211.3 | 0.93 | 0.52 |
| Hex | 11 | 7F | F7 | 5D | 31 | 0 | 3 | D3 | 5D | 34 |
| Octal | 21 | 177 | 367 | 135 | 61 | 0 | 3 | 323 | 135 | 64 |
| Binary | 10001 | 1111111 | 11110111 | 1011101 | 110001 | 0 | 11 | 11010011 | 1011101 | 110100 |
Color Harmonies of #117FF7
Complementary color
Monochromatic Colors of #117FF7
Black with #117FF7
Text Example
Text Example
White with #117FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FF7; }
p { color: rgb(17,127,247); }
H1.HeaderClassName
{
color: #117FF7;
}
.AnyTagClassName
{
color: #117FF7;
}
</style>
background-color css
<style>
a { background-color: #117FF7; }
a { background-color: rgb(17,127,247); }
div.DivClassName
{
background-color: #117FF7;
}
.BgClassName
{
background-color: #117FF7;
}
</style>
border-color css
<style>
span { border-color: #117FF7; }
span { border-color: rgb(17,127,247); }
td.TdClassName
{
border-color: #117FF7;
}
.TagClassName
{
border-color: #117FF7;
}
</style>