Shades of Dodger Blue #117DFD
Tints of Dodger Blue #117DFD
RGB
CMYK
RGB Variations
Color information
#117DFD (or 0x117DFD) is known color: Dodger Blue. HEX triplet: 11, 7D and FD. RGB value is (17,125,253). Sum of RGB (Red+Green+Blue) = 17+125+253=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #117DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DFD is #EE8202. Grayscale: #6A6A6A. Windows color (decimal): -15630851 or 16612625. OLE color: 16612625.
HSL color Cylindrical-coordinate representation of color #117DFD: hue angle of 212.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DFD is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 125 | 253 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.01 |
| HSL | 212.54º | 0.98% | 0.53% | - |
| HSV(B) | 212.54º | 0.93% | 0.99% | - |
| XYZ | 25.29 | 21.88 | 95.82 | - |
| YUV | 107.3 | 210.22 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 253 | 0.93 | 0.51 | 0 | 0.01 | 212.54 | 0.98 | 0.53 |
| Hex | 11 | 7D | FD | 5D | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 21 | 175 | 375 | 135 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10001 | 1111101 | 11111101 | 1011101 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #117DFD
Complementary color
Monochromatic Colors of #117DFD
Black with #117DFD
Text Example
Text Example
White with #117DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DFD; }
p { color: rgb(17,125,253); }
H1.HeaderClassName
{
color: #117DFD;
}
.AnyTagClassName
{
color: #117DFD;
}
</style>
background-color css
<style>
a { background-color: #117DFD; }
a { background-color: rgb(17,125,253); }
div.DivClassName
{
background-color: #117DFD;
}
.BgClassName
{
background-color: #117DFD;
}
</style>
border-color css
<style>
span { border-color: #117DFD; }
span { border-color: rgb(17,125,253); }
td.TdClassName
{
border-color: #117DFD;
}
.TagClassName
{
border-color: #117DFD;
}
</style>