Shades of Dodger Blue #118CFE
Tints of Dodger Blue #118CFE
RGB
CMYK
RGB Variations
Color information
#118CFE (or 0x118CFE) is known color: Dodger Blue. HEX triplet: 11, 8C and FE. RGB value is (17,140,254). Sum of RGB (Red+Green+Blue) = 17+140+254=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #118CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CFE is #EE7301. Grayscale: #737373. Windows color (decimal): -15627010 or 16682001. OLE color: 16682001.
HSL color Cylindrical-coordinate representation of color #118CFE: hue angle of 208.86º 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 #118CFE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 140 | 254 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.00 |
| HSL | 208.86º | 0.99% | 0.53% | - |
| HSV(B) | 208.86º | 0.93% | 1% | - |
| XYZ | 27.5 | 26.03 | 97.34 | - |
| YUV | 116.22 | 205.75 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 254 | 0.93 | 0.45 | 0 | 0.00 | 208.86 | 0.99 | 0.53 |
| Hex | 11 | 8C | FE | 5D | 2D | 0 | 0 | D1 | 63 | 35 |
| Octal | 21 | 214 | 376 | 135 | 55 | 0 | 0 | 321 | 143 | 65 |
| Binary | 10001 | 10001100 | 11111110 | 1011101 | 101101 | 0 | 0 | 11010001 | 1100011 | 110101 |
Color Harmonies of #118CFE
Complementary color
Monochromatic Colors of #118CFE
Black with #118CFE
Text Example
Text Example
White with #118CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CFE; }
p { color: rgb(17,140,254); }
H1.HeaderClassName
{
color: #118CFE;
}
.AnyTagClassName
{
color: #118CFE;
}
</style>
background-color css
<style>
a { background-color: #118CFE; }
a { background-color: rgb(17,140,254); }
div.DivClassName
{
background-color: #118CFE;
}
.BgClassName
{
background-color: #118CFE;
}
</style>
border-color css
<style>
span { border-color: #118CFE; }
span { border-color: rgb(17,140,254); }
td.TdClassName
{
border-color: #118CFE;
}
.TagClassName
{
border-color: #118CFE;
}
</style>