Shades of Dodger Blue #118CE3
Tints of Dodger Blue #118CE3
RGB
CMYK
RGB Variations
Color information
#118CE3 (or 0x118CE3) is known color: Dodger Blue. HEX triplet: 11, 8C and E3. RGB value is (17,140,227). Sum of RGB (Red+Green+Blue) = 17+140+227=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #118CE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CE3 is #EE731C. Grayscale: #707070. Windows color (decimal): -15627037 or 14912529. OLE color: 14912529.
HSL color Cylindrical-coordinate representation of color #118CE3: hue angle of 204.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CE3 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 140 | 227 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.11 |
| HSL | 204.86º | 0.86% | 0.48% | - |
| HSV(B) | 204.86º | 0.93% | 0.89% | - |
| XYZ | 23.47 | 24.42 | 76.15 | - |
| YUV | 113.14 | 192.25 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 227 | 0.93 | 0.38 | 0 | 0.11 | 204.86 | 0.86 | 0.48 |
| Hex | 11 | 8C | E3 | 5D | 26 | 0 | B | CD | 56 | 30 |
| Octal | 21 | 214 | 343 | 135 | 46 | 0 | 13 | 315 | 126 | 60 |
| Binary | 10001 | 10001100 | 11100011 | 1011101 | 100110 | 0 | 1011 | 11001101 | 1010110 | 110000 |
Color Harmonies of #118CE3
Complementary color
Monochromatic Colors of #118CE3
Black with #118CE3
Text Example
Text Example
White with #118CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CE3; }
p { color: rgb(17,140,227); }
H1.HeaderClassName
{
color: #118CE3;
}
.AnyTagClassName
{
color: #118CE3;
}
</style>
background-color css
<style>
a { background-color: #118CE3; }
a { background-color: rgb(17,140,227); }
div.DivClassName
{
background-color: #118CE3;
}
.BgClassName
{
background-color: #118CE3;
}
</style>
border-color css
<style>
span { border-color: #118CE3; }
span { border-color: rgb(17,140,227); }
td.TdClassName
{
border-color: #118CE3;
}
.TagClassName
{
border-color: #118CE3;
}
</style>