Shades of Dodger Blue #118AFE
Tints of Dodger Blue #118AFE
RGB
CMYK
RGB Variations
Color information
#118AFE (or 0x118AFE) is known color: Dodger Blue. HEX triplet: 11, 8A and FE. RGB value is (17,138,254). Sum of RGB (Red+Green+Blue) = 17+138+254=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #118AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118AFE is #EE7501. Grayscale: #727272. Windows color (decimal): -15627522 or 16681489. OLE color: 16681489.
HSL color Cylindrical-coordinate representation of color #118AFE: hue angle of 209.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118AFE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 138 | 254 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.00 |
| HSL | 209.37º | 0.99% | 0.53% | - |
| HSV(B) | 209.37º | 0.93% | 1% | - |
| XYZ | 27.21 | 25.45 | 97.24 | - |
| YUV | 115.05 | 206.41 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 254 | 0.93 | 0.46 | 0 | 0.00 | 209.37 | 0.99 | 0.53 |
| Hex | 11 | 8A | FE | 5D | 2E | 0 | 0 | D1 | 63 | 35 |
| Octal | 21 | 212 | 376 | 135 | 56 | 0 | 0 | 321 | 143 | 65 |
| Binary | 10001 | 10001010 | 11111110 | 1011101 | 101110 | 0 | 0 | 11010001 | 1100011 | 110101 |
Color Harmonies of #118AFE
Complementary color
Monochromatic Colors of #118AFE
Black with #118AFE
Text Example
Text Example
White with #118AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118AFE; }
p { color: rgb(17,138,254); }
H1.HeaderClassName
{
color: #118AFE;
}
.AnyTagClassName
{
color: #118AFE;
}
</style>
background-color css
<style>
a { background-color: #118AFE; }
a { background-color: rgb(17,138,254); }
div.DivClassName
{
background-color: #118AFE;
}
.BgClassName
{
background-color: #118AFE;
}
</style>
border-color css
<style>
span { border-color: #118AFE; }
span { border-color: rgb(17,138,254); }
td.TdClassName
{
border-color: #118AFE;
}
.TagClassName
{
border-color: #118AFE;
}
</style>