Shades of Dodger Blue #118BF5
Tints of Dodger Blue #118BF5
RGB
CMYK
RGB Variations
Color information
#118BF5 (or 0x118BF5) is known color: Dodger Blue. HEX triplet: 11, 8B and F5. RGB value is (17,139,245). Sum of RGB (Red+Green+Blue) = 17+139+245=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #118BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BF5 is #EE740A. Grayscale: #727272. Windows color (decimal): -15627275 or 16091921. OLE color: 16091921.
HSL color Cylindrical-coordinate representation of color #118BF5: hue angle of 207.89º 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 #118BF5 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 139 | 245 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.04 |
| HSL | 207.89º | 0.92% | 0.51% | - |
| HSV(B) | 207.89º | 0.93% | 0.96% | - |
| XYZ | 25.95 | 25.18 | 89.88 | - |
| YUV | 114.61 | 201.58 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 245 | 0.93 | 0.43 | 0 | 0.04 | 207.89 | 0.92 | 0.51 |
| Hex | 11 | 8B | F5 | 5D | 2B | 0 | 4 | D0 | 5C | 33 |
| Octal | 21 | 213 | 365 | 135 | 53 | 0 | 4 | 320 | 134 | 63 |
| Binary | 10001 | 10001011 | 11110101 | 1011101 | 101011 | 0 | 100 | 11010000 | 1011100 | 110011 |
Color Harmonies of #118BF5
Complementary color
Monochromatic Colors of #118BF5
Black with #118BF5
Text Example
Text Example
White with #118BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BF5; }
p { color: rgb(17,139,245); }
H1.HeaderClassName
{
color: #118BF5;
}
.AnyTagClassName
{
color: #118BF5;
}
</style>
background-color css
<style>
a { background-color: #118BF5; }
a { background-color: rgb(17,139,245); }
div.DivClassName
{
background-color: #118BF5;
}
.BgClassName
{
background-color: #118BF5;
}
</style>
border-color css
<style>
span { border-color: #118BF5; }
span { border-color: rgb(17,139,245); }
td.TdClassName
{
border-color: #118BF5;
}
.TagClassName
{
border-color: #118BF5;
}
</style>