Shades of Dodger Blue #118CFB
Tints of Dodger Blue #118CFB
RGB
CMYK
RGB Variations
Color information
#118CFB (or 0x118CFB) is known color: Dodger Blue. HEX triplet: 11, 8C and FB. RGB value is (17,140,251). Sum of RGB (Red+Green+Blue) = 17+140+251=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #118CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CFB is #EE7304. Grayscale: #737373. Windows color (decimal): -15627013 or 16485393. OLE color: 16485393.
HSL color Cylindrical-coordinate representation of color #118CFB: hue angle of 208.46º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CFB is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 140 | 251 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.02 |
| HSL | 208.46º | 0.97% | 0.53% | - |
| HSV(B) | 208.46º | 0.93% | 0.98% | - |
| XYZ | 27.02 | 25.84 | 94.83 | - |
| YUV | 115.88 | 204.25 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 251 | 0.93 | 0.44 | 0 | 0.02 | 208.46 | 0.97 | 0.53 |
| Hex | 11 | 8C | FB | 5D | 2C | 0 | 2 | D0 | 61 | 35 |
| Octal | 21 | 214 | 373 | 135 | 54 | 0 | 2 | 320 | 141 | 65 |
| Binary | 10001 | 10001100 | 11111011 | 1011101 | 101100 | 0 | 10 | 11010000 | 1100001 | 110101 |
Color Harmonies of #118CFB
Complementary color
Monochromatic Colors of #118CFB
Black with #118CFB
Text Example
Text Example
White with #118CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CFB; }
p { color: rgb(17,140,251); }
H1.HeaderClassName
{
color: #118CFB;
}
.AnyTagClassName
{
color: #118CFB;
}
</style>
background-color css
<style>
a { background-color: #118CFB; }
a { background-color: rgb(17,140,251); }
div.DivClassName
{
background-color: #118CFB;
}
.BgClassName
{
background-color: #118CFB;
}
</style>
border-color css
<style>
span { border-color: #118CFB; }
span { border-color: rgb(17,140,251); }
td.TdClassName
{
border-color: #118CFB;
}
.TagClassName
{
border-color: #118CFB;
}
</style>