Shades of Dodger Blue #118EFE
Tints of Dodger Blue #118EFE
RGB
CMYK
RGB Variations
Color information
#118EFE (or 0x118EFE) is known color: Dodger Blue. HEX triplet: 11, 8E and FE. RGB value is (17,142,254). Sum of RGB (Red+Green+Blue) = 17+142+254=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #118EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EFE is #EE7101. Grayscale: #747474. Windows color (decimal): -15626498 or 16682513. OLE color: 16682513.
HSL color Cylindrical-coordinate representation of color #118EFE: hue angle of 208.35º 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 #118EFE is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 142 | 254 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.00 |
| HSL | 208.35º | 0.99% | 0.53% | - |
| HSV(B) | 208.35º | 0.93% | 1% | - |
| XYZ | 27.79 | 26.62 | 97.44 | - |
| YUV | 117.39 | 205.09 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 254 | 0.93 | 0.44 | 0 | 0.00 | 208.35 | 0.99 | 0.53 |
| Hex | 11 | 8E | FE | 5D | 2C | 0 | 0 | D0 | 63 | 35 |
| Octal | 21 | 216 | 376 | 135 | 54 | 0 | 0 | 320 | 143 | 65 |
| Binary | 10001 | 10001110 | 11111110 | 1011101 | 101100 | 0 | 0 | 11010000 | 1100011 | 110101 |
Color Harmonies of #118EFE
Complementary color
Monochromatic Colors of #118EFE
Black with #118EFE
Text Example
Text Example
White with #118EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118EFE; }
p { color: rgb(17,142,254); }
H1.HeaderClassName
{
color: #118EFE;
}
.AnyTagClassName
{
color: #118EFE;
}
</style>
background-color css
<style>
a { background-color: #118EFE; }
a { background-color: rgb(17,142,254); }
div.DivClassName
{
background-color: #118EFE;
}
.BgClassName
{
background-color: #118EFE;
}
</style>
border-color css
<style>
span { border-color: #118EFE; }
span { border-color: rgb(17,142,254); }
td.TdClassName
{
border-color: #118EFE;
}
.TagClassName
{
border-color: #118EFE;
}
</style>