Shades of Dodger Blue #117DFF
Tints of Dodger Blue #117DFF
RGB
CMYK
RGB Variations
Color information
#117DFF (or 0x117DFF) is known color: Dodger Blue. HEX triplet: 11, 7D and FF. RGB value is (17,125,255). Sum of RGB (Red+Green+Blue) = 17+125+255=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #117DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DFF is #EE8200. Grayscale: #6A6A6A. Windows color (decimal): -15630849 or 16743697. OLE color: 16743697.
HSL color Cylindrical-coordinate representation of color #117DFF: hue angle of 212.77º 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 #117DFF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 125 | 255 | - |
| CMYK | 0.93 | 0.51 | 0 | 0 |
| HSL | 212.77º | 1% | 0.53% | - |
| HSV(B) | 212.77º | 0.93% | 1% | - |
| XYZ | 25.61 | 22.01 | 97.51 | - |
| YUV | 107.53 | 211.22 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 255 | 0.93 | 0.51 | 0 | 0 | 212.77 | 1 | 0.53 |
| Hex | 11 | 7D | FF | 5D | 33 | 0 | 0 | D5 | 64 | 35 |
| Octal | 21 | 175 | 377 | 135 | 63 | 0 | 0 | 325 | 144 | 65 |
| Binary | 10001 | 1111101 | 11111111 | 1011101 | 110011 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #117DFF
Complementary color
Monochromatic Colors of #117DFF
Black with #117DFF
Text Example
Text Example
White with #117DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DFF; }
p { color: rgb(17,125,255); }
H1.HeaderClassName
{
color: #117DFF;
}
.AnyTagClassName
{
color: #117DFF;
}
</style>
background-color css
<style>
a { background-color: #117DFF; }
a { background-color: rgb(17,125,255); }
div.DivClassName
{
background-color: #117DFF;
}
.BgClassName
{
background-color: #117DFF;
}
</style>
border-color css
<style>
span { border-color: #117DFF; }
span { border-color: rgb(17,125,255); }
td.TdClassName
{
border-color: #117DFF;
}
.TagClassName
{
border-color: #117DFF;
}
</style>