Shades of Dodger Blue #118AFF
Tints of Dodger Blue #118AFF
RGB
CMYK
RGB Variations
Color information
#118AFF (or 0x118AFF) is known color: Dodger Blue. HEX triplet: 11, 8A and FF. RGB value is (17,138,255). Sum of RGB (Red+Green+Blue) = 17+138+255=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #118AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118AFF is #EE7500. Grayscale: #727272. Windows color (decimal): -15627521 or 16747025. OLE color: 16747025.
HSL color Cylindrical-coordinate representation of color #118AFF: hue angle of 209.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118AFF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 138 | 255 | - |
| CMYK | 0.93 | 0.46 | 0 | 0 |
| HSL | 209.5º | 1% | 0.53% | - |
| HSV(B) | 209.5º | 0.93% | 1% | - |
| XYZ | 27.37 | 25.52 | 98.09 | - |
| YUV | 115.16 | 206.91 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 255 | 0.93 | 0.46 | 0 | 0 | 209.5 | 1 | 0.53 |
| Hex | 11 | 8A | FF | 5D | 2E | 0 | 0 | D1 | 64 | 35 |
| Octal | 21 | 212 | 377 | 135 | 56 | 0 | 0 | 321 | 144 | 65 |
| Binary | 10001 | 10001010 | 11111111 | 1011101 | 101110 | 0 | 0 | 11010001 | 1100100 | 110101 |
Color Harmonies of #118AFF
Complementary color
Monochromatic Colors of #118AFF
Black with #118AFF
Text Example
Text Example
White with #118AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118AFF; }
p { color: rgb(17,138,255); }
H1.HeaderClassName
{
color: #118AFF;
}
.AnyTagClassName
{
color: #118AFF;
}
</style>
background-color css
<style>
a { background-color: #118AFF; }
a { background-color: rgb(17,138,255); }
div.DivClassName
{
background-color: #118AFF;
}
.BgClassName
{
background-color: #118AFF;
}
</style>
border-color css
<style>
span { border-color: #118AFF; }
span { border-color: rgb(17,138,255); }
td.TdClassName
{
border-color: #118AFF;
}
.TagClassName
{
border-color: #118AFF;
}
</style>