Shades of Dodger Blue #116FF8
Tints of Dodger Blue #116FF8
RGB
CMYK
RGB Variations
Color information
#116FF8 (or 0x116FF8) is known color: Dodger Blue. HEX triplet: 11, 6F and F8. RGB value is (17,111,248). Sum of RGB (Red+Green+Blue) = 17+111+248=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #116FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FF8 is #EE9007. Grayscale: #616161. Windows color (decimal): -15634440 or 16281361. OLE color: 16281361.
HSL color Cylindrical-coordinate representation of color #116FF8: hue angle of 215.58º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FF8 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 111 | 248 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.03 |
| HSL | 215.58º | 0.94% | 0.52% | - |
| HSV(B) | 215.58º | 0.93% | 0.97% | - |
| XYZ | 22.86 | 18.27 | 91.13 | - |
| YUV | 98.51 | 212.36 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 248 | 0.93 | 0.55 | 0 | 0.03 | 215.58 | 0.94 | 0.52 |
| Hex | 11 | 6F | F8 | 5D | 37 | 0 | 3 | D8 | 5E | 34 |
| Octal | 21 | 157 | 370 | 135 | 67 | 0 | 3 | 330 | 136 | 64 |
| Binary | 10001 | 1101111 | 11111000 | 1011101 | 110111 | 0 | 11 | 11011000 | 1011110 | 110100 |
Color Harmonies of #116FF8
Complementary color
Monochromatic Colors of #116FF8
Black with #116FF8
Text Example
Text Example
White with #116FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FF8; }
p { color: rgb(17,111,248); }
H1.HeaderClassName
{
color: #116FF8;
}
.AnyTagClassName
{
color: #116FF8;
}
</style>
background-color css
<style>
a { background-color: #116FF8; }
a { background-color: rgb(17,111,248); }
div.DivClassName
{
background-color: #116FF8;
}
.BgClassName
{
background-color: #116FF8;
}
</style>
border-color css
<style>
span { border-color: #116FF8; }
span { border-color: rgb(17,111,248); }
td.TdClassName
{
border-color: #116FF8;
}
.TagClassName
{
border-color: #116FF8;
}
</style>