Shades of Dodger Blue #116FFD
Tints of Dodger Blue #116FFD
RGB
CMYK
RGB Variations
Color information
#116FFD (or 0x116FFD) is known color: Dodger Blue. HEX triplet: 11, 6F and FD. RGB value is (17,111,253). Sum of RGB (Red+Green+Blue) = 17+111+253=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #116FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FFD is #EE9002. Grayscale: #626262. Windows color (decimal): -15634435 or 16609041. OLE color: 16609041.
HSL color Cylindrical-coordinate representation of color #116FFD: hue angle of 216.1º 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 #116FFD is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 111 | 253 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.01 |
| HSL | 216.1º | 0.98% | 0.53% | - |
| HSV(B) | 216.1º | 0.93% | 0.99% | - |
| XYZ | 23.65 | 18.58 | 95.27 | - |
| YUV | 99.08 | 214.86 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 253 | 0.93 | 0.56 | 0 | 0.01 | 216.1 | 0.98 | 0.53 |
| Hex | 11 | 6F | FD | 5D | 38 | 0 | 1 | D8 | 62 | 35 |
| Octal | 21 | 157 | 375 | 135 | 70 | 0 | 1 | 330 | 142 | 65 |
| Binary | 10001 | 1101111 | 11111101 | 1011101 | 111000 | 0 | 1 | 11011000 | 1100010 | 110101 |
Color Harmonies of #116FFD
Complementary color
Monochromatic Colors of #116FFD
Black with #116FFD
Text Example
Text Example
White with #116FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FFD; }
p { color: rgb(17,111,253); }
H1.HeaderClassName
{
color: #116FFD;
}
.AnyTagClassName
{
color: #116FFD;
}
</style>
background-color css
<style>
a { background-color: #116FFD; }
a { background-color: rgb(17,111,253); }
div.DivClassName
{
background-color: #116FFD;
}
.BgClassName
{
background-color: #116FFD;
}
</style>
border-color css
<style>
span { border-color: #116FFD; }
span { border-color: rgb(17,111,253); }
td.TdClassName
{
border-color: #116FFD;
}
.TagClassName
{
border-color: #116FFD;
}
</style>