Shades of Dodger Blue #118BDF
Tints of Dodger Blue #118BDF
RGB
CMYK
RGB Variations
Color information
#118BDF (or 0x118BDF) is known color: Dodger Blue. HEX triplet: 11, 8B and DF. RGB value is (17,139,223). Sum of RGB (Red+Green+Blue) = 17+139+223=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #118BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BDF is #EE7420. Grayscale: #6F6F6F. Windows color (decimal): -15627297 or 14650129. OLE color: 14650129.
HSL color Cylindrical-coordinate representation of color #118BDF: hue angle of 204.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118BDF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 139 | 223 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.13 |
| HSL | 204.47º | 0.86% | 0.47% | - |
| HSV(B) | 204.47º | 0.92% | 0.87% | - |
| XYZ | 22.78 | 23.91 | 73.23 | - |
| YUV | 112.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 223 | 0.92 | 0.38 | 0 | 0.13 | 204.47 | 0.86 | 0.47 |
| Hex | 11 | 8B | DF | 5C | 26 | 0 | D | CC | 56 | 2F |
| Octal | 21 | 213 | 337 | 134 | 46 | 0 | 15 | 314 | 126 | 57 |
| Binary | 10001 | 10001011 | 11011111 | 1011100 | 100110 | 0 | 1101 | 11001100 | 1010110 | 101111 |
Color Harmonies of #118BDF
Complementary color
Monochromatic Colors of #118BDF
Black with #118BDF
Text Example
Text Example
White with #118BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BDF; }
p { color: rgb(17,139,223); }
H1.HeaderClassName
{
color: #118BDF;
}
.AnyTagClassName
{
color: #118BDF;
}
</style>
background-color css
<style>
a { background-color: #118BDF; }
a { background-color: rgb(17,139,223); }
div.DivClassName
{
background-color: #118BDF;
}
.BgClassName
{
background-color: #118BDF;
}
</style>
border-color css
<style>
span { border-color: #118BDF; }
span { border-color: rgb(17,139,223); }
td.TdClassName
{
border-color: #118BDF;
}
.TagClassName
{
border-color: #118BDF;
}
</style>