Shades of Dodger Blue #118ADF
Tints of Dodger Blue #118ADF
RGB
CMYK
RGB Variations
Color information
#118ADF (or 0x118ADF) is known color: Dodger Blue. HEX triplet: 11, 8A and DF. RGB value is (17,138,223). Sum of RGB (Red+Green+Blue) = 17+138+223=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #118ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ADF is #EE7520. Grayscale: #6F6F6F. Windows color (decimal): -15627553 or 14649873. OLE color: 14649873.
HSL color Cylindrical-coordinate representation of color #118ADF: hue angle of 204.76º 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 #118ADF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 138 | 223 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.13 |
| HSL | 204.76º | 0.86% | 0.47% | - |
| HSV(B) | 204.76º | 0.92% | 0.87% | - |
| XYZ | 22.64 | 23.62 | 73.18 | - |
| YUV | 111.51 | 190.91 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 223 | 0.92 | 0.38 | 0 | 0.13 | 204.76 | 0.86 | 0.47 |
| Hex | 11 | 8A | DF | 5C | 26 | 0 | D | CD | 56 | 2F |
| Octal | 21 | 212 | 337 | 134 | 46 | 0 | 15 | 315 | 126 | 57 |
| Binary | 10001 | 10001010 | 11011111 | 1011100 | 100110 | 0 | 1101 | 11001101 | 1010110 | 101111 |
Color Harmonies of #118ADF
Complementary color
Monochromatic Colors of #118ADF
Black with #118ADF
Text Example
Text Example
White with #118ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ADF; }
p { color: rgb(17,138,223); }
H1.HeaderClassName
{
color: #118ADF;
}
.AnyTagClassName
{
color: #118ADF;
}
</style>
background-color css
<style>
a { background-color: #118ADF; }
a { background-color: rgb(17,138,223); }
div.DivClassName
{
background-color: #118ADF;
}
.BgClassName
{
background-color: #118ADF;
}
</style>
border-color css
<style>
span { border-color: #118ADF; }
span { border-color: rgb(17,138,223); }
td.TdClassName
{
border-color: #118ADF;
}
.TagClassName
{
border-color: #118ADF;
}
</style>