Shades of Dodger Blue #118FED
Tints of Dodger Blue #118FED
RGB
CMYK
RGB Variations
Color information
#118FED (or 0x118FED) is known color: Dodger Blue. HEX triplet: 11, 8F and ED. RGB value is (17,143,237). Sum of RGB (Red+Green+Blue) = 17+143+237=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #118FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FED is #EE7012. Grayscale: #737373. Windows color (decimal): -15626259 or 15568657. OLE color: 15568657.
HSL color Cylindrical-coordinate representation of color #118FED: hue angle of 205.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FED is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 143 | 237 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.07 |
| HSL | 205.64º | 0.87% | 0.5% | - |
| HSV(B) | 205.64º | 0.93% | 0.93% | - |
| XYZ | 25.34 | 25.88 | 83.78 | - |
| YUV | 116.04 | 196.26 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 237 | 0.93 | 0.40 | 0 | 0.07 | 205.64 | 0.87 | 0.5 |
| Hex | 11 | 8F | ED | 5D | 28 | 0 | 7 | CE | 57 | 32 |
| Octal | 21 | 217 | 355 | 135 | 50 | 0 | 7 | 316 | 127 | 62 |
| Binary | 10001 | 10001111 | 11101101 | 1011101 | 101000 | 0 | 111 | 11001110 | 1010111 | 110010 |
Color Harmonies of #118FED
Complementary color
Monochromatic Colors of #118FED
Black with #118FED
Text Example
Text Example
White with #118FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FED; }
p { color: rgb(17,143,237); }
H1.HeaderClassName
{
color: #118FED;
}
.AnyTagClassName
{
color: #118FED;
}
</style>
background-color css
<style>
a { background-color: #118FED; }
a { background-color: rgb(17,143,237); }
div.DivClassName
{
background-color: #118FED;
}
.BgClassName
{
background-color: #118FED;
}
</style>
border-color css
<style>
span { border-color: #118FED; }
span { border-color: rgb(17,143,237); }
td.TdClassName
{
border-color: #118FED;
}
.TagClassName
{
border-color: #118FED;
}
</style>