Shades of Dodger Blue #117DFB
Tints of Dodger Blue #117DFB
RGB
CMYK
RGB Variations
Color information
#117DFB (or 0x117DFB) is known color: Dodger Blue. HEX triplet: 11, 7D and FB. RGB value is (17,125,251). Sum of RGB (Red+Green+Blue) = 17+125+251=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #117DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DFB is #EE8204. Grayscale: #6A6A6A. Windows color (decimal): -15630853 or 16481553. OLE color: 16481553.
HSL color Cylindrical-coordinate representation of color #117DFB: hue angle of 212.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DFB is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 125 | 251 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.02 |
| HSL | 212.31º | 0.97% | 0.53% | - |
| HSV(B) | 212.31º | 0.93% | 0.98% | - |
| XYZ | 24.98 | 21.75 | 94.15 | - |
| YUV | 107.07 | 209.22 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 251 | 0.93 | 0.50 | 0 | 0.02 | 212.31 | 0.97 | 0.53 |
| Hex | 11 | 7D | FB | 5D | 32 | 0 | 2 | D4 | 61 | 35 |
| Octal | 21 | 175 | 373 | 135 | 62 | 0 | 2 | 324 | 141 | 65 |
| Binary | 10001 | 1111101 | 11111011 | 1011101 | 110010 | 0 | 10 | 11010100 | 1100001 | 110101 |
Color Harmonies of #117DFB
Complementary color
Monochromatic Colors of #117DFB
Black with #117DFB
Text Example
Text Example
White with #117DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DFB; }
p { color: rgb(17,125,251); }
H1.HeaderClassName
{
color: #117DFB;
}
.AnyTagClassName
{
color: #117DFB;
}
</style>
background-color css
<style>
a { background-color: #117DFB; }
a { background-color: rgb(17,125,251); }
div.DivClassName
{
background-color: #117DFB;
}
.BgClassName
{
background-color: #117DFB;
}
</style>
border-color css
<style>
span { border-color: #117DFB; }
span { border-color: rgb(17,125,251); }
td.TdClassName
{
border-color: #117DFB;
}
.TagClassName
{
border-color: #117DFB;
}
</style>