Shades of Dodger Blue #116BFD
Tints of Dodger Blue #116BFD
RGB
CMYK
RGB Variations
Color information
#116BFD (or 0x116BFD) is known color: Dodger Blue. HEX triplet: 11, 6B and FD. RGB value is (17,107,253). Sum of RGB (Red+Green+Blue) = 17+107+253=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #116BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BFD is #EE9402. Grayscale: #606060. Windows color (decimal): -15635459 or 16608017. OLE color: 16608017.
HSL color Cylindrical-coordinate representation of color #116BFD: hue angle of 217.12º 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 #116BFD is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 107 | 253 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.01 |
| HSL | 217.12º | 0.98% | 0.53% | - |
| HSV(B) | 217.12º | 0.93% | 0.99% | - |
| XYZ | 23.22 | 17.73 | 95.13 | - |
| YUV | 96.73 | 216.18 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 253 | 0.93 | 0.58 | 0 | 0.01 | 217.12 | 0.98 | 0.53 |
| Hex | 11 | 6B | FD | 5D | 3A | 0 | 1 | D9 | 62 | 35 |
| Octal | 21 | 153 | 375 | 135 | 72 | 0 | 1 | 331 | 142 | 65 |
| Binary | 10001 | 1101011 | 11111101 | 1011101 | 111010 | 0 | 1 | 11011001 | 1100010 | 110101 |
Color Harmonies of #116BFD
Complementary color
Monochromatic Colors of #116BFD
Black with #116BFD
Text Example
Text Example
White with #116BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BFD; }
p { color: rgb(17,107,253); }
H1.HeaderClassName
{
color: #116BFD;
}
.AnyTagClassName
{
color: #116BFD;
}
</style>
background-color css
<style>
a { background-color: #116BFD; }
a { background-color: rgb(17,107,253); }
div.DivClassName
{
background-color: #116BFD;
}
.BgClassName
{
background-color: #116BFD;
}
</style>
border-color css
<style>
span { border-color: #116BFD; }
span { border-color: rgb(17,107,253); }
td.TdClassName
{
border-color: #116BFD;
}
.TagClassName
{
border-color: #116BFD;
}
</style>