Shades of Dodger Blue #118FF5
Tints of Dodger Blue #118FF5
RGB
CMYK
RGB Variations
Color information
#118FF5 (or 0x118FF5) is known color: Dodger Blue. HEX triplet: 11, 8F and F5. RGB value is (17,143,245). Sum of RGB (Red+Green+Blue) = 17+143+245=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 245 (96.09% from 255 or 60.49% from 405); Max value from RGB is 245 - color contains mainly: blue. Hex color #118FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FF5 is #EE700A. Grayscale: #747474. Windows color (decimal): -15626251 or 16092945. OLE color: 16092945.
HSL color Cylindrical-coordinate representation of color #118FF5: hue angle of 206.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FF5 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 143 | 245 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.04 |
| HSL | 206.84º | 0.92% | 0.51% | - |
| HSV(B) | 206.84º | 0.93% | 0.96% | - |
| XYZ | 26.54 | 26.36 | 90.08 | - |
| YUV | 116.95 | 200.26 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 245 | 0.93 | 0.42 | 0 | 0.04 | 206.84 | 0.92 | 0.51 |
| Hex | 11 | 8F | F5 | 5D | 2A | 0 | 4 | CF | 5C | 33 |
| Octal | 21 | 217 | 365 | 135 | 52 | 0 | 4 | 317 | 134 | 63 |
| Binary | 10001 | 10001111 | 11110101 | 1011101 | 101010 | 0 | 100 | 11001111 | 1011100 | 110011 |
Color Harmonies of #118FF5
Complementary color
Monochromatic Colors of #118FF5
Black with #118FF5
Text Example
Text Example
White with #118FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FF5; }
p { color: rgb(17,143,245); }
H1.HeaderClassName
{
color: #118FF5;
}
.AnyTagClassName
{
color: #118FF5;
}
</style>
background-color css
<style>
a { background-color: #118FF5; }
a { background-color: rgb(17,143,245); }
div.DivClassName
{
background-color: #118FF5;
}
.BgClassName
{
background-color: #118FF5;
}
</style>
border-color css
<style>
span { border-color: #118FF5; }
span { border-color: rgb(17,143,245); }
td.TdClassName
{
border-color: #118FF5;
}
.TagClassName
{
border-color: #118FF5;
}
</style>