Shades of Dodger Blue #117DE5
Tints of Dodger Blue #117DE5
RGB
CMYK
RGB Variations
Color information
#117DE5 (or 0x117DE5) is known color: Dodger Blue. HEX triplet: 11, 7D and E5. RGB value is (17,125,229). Sum of RGB (Red+Green+Blue) = 17+125+229=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #117DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DE5 is #EE821A. Grayscale: #686868. Windows color (decimal): -15630875 or 15039761. OLE color: 15039761.
HSL color Cylindrical-coordinate representation of color #117DE5: hue angle of 209.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DE5 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 125 | 229 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.10 |
| HSL | 209.43º | 0.86% | 0.48% | - |
| HSV(B) | 209.43º | 0.93% | 0.9% | - |
| XYZ | 21.71 | 20.44 | 76.93 | - |
| YUV | 104.56 | 198.22 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 229 | 0.93 | 0.45 | 0 | 0.10 | 209.43 | 0.86 | 0.48 |
| Hex | 11 | 7D | E5 | 5D | 2D | 0 | A | D1 | 56 | 30 |
| Octal | 21 | 175 | 345 | 135 | 55 | 0 | 12 | 321 | 126 | 60 |
| Binary | 10001 | 1111101 | 11100101 | 1011101 | 101101 | 0 | 1010 | 11010001 | 1010110 | 110000 |
Color Harmonies of #117DE5
Complementary color
Monochromatic Colors of #117DE5
Black with #117DE5
Text Example
Text Example
White with #117DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DE5; }
p { color: rgb(17,125,229); }
H1.HeaderClassName
{
color: #117DE5;
}
.AnyTagClassName
{
color: #117DE5;
}
</style>
background-color css
<style>
a { background-color: #117DE5; }
a { background-color: rgb(17,125,229); }
div.DivClassName
{
background-color: #117DE5;
}
.BgClassName
{
background-color: #117DE5;
}
</style>
border-color css
<style>
span { border-color: #117DE5; }
span { border-color: rgb(17,125,229); }
td.TdClassName
{
border-color: #117DE5;
}
.TagClassName
{
border-color: #117DE5;
}
</style>