Shades of Dodger Blue #118CEA
Tints of Dodger Blue #118CEA
RGB
CMYK
RGB Variations
Color information
#118CEA (or 0x118CEA) is known color: Dodger Blue. HEX triplet: 11, 8C and EA. RGB value is (17,140,234). Sum of RGB (Red+Green+Blue) = 17+140+234=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #118CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CEA is #EE7315. Grayscale: #717171. Windows color (decimal): -15627030 or 15371281. OLE color: 15371281.
HSL color Cylindrical-coordinate representation of color #118CEA: hue angle of 205.99º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CEA is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 140 | 234 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.08 |
| HSL | 205.99º | 0.86% | 0.49% | - |
| HSV(B) | 205.99º | 0.93% | 0.92% | - |
| XYZ | 24.46 | 24.82 | 81.34 | - |
| YUV | 113.94 | 195.75 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 234 | 0.93 | 0.40 | 0 | 0.08 | 205.99 | 0.86 | 0.49 |
| Hex | 11 | 8C | EA | 5D | 28 | 0 | 8 | CE | 56 | 31 |
| Octal | 21 | 214 | 352 | 135 | 50 | 0 | 10 | 316 | 126 | 61 |
| Binary | 10001 | 10001100 | 11101010 | 1011101 | 101000 | 0 | 1000 | 11001110 | 1010110 | 110001 |
Color Harmonies of #118CEA
Complementary color
Monochromatic Colors of #118CEA
Black with #118CEA
Text Example
Text Example
White with #118CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CEA; }
p { color: rgb(17,140,234); }
H1.HeaderClassName
{
color: #118CEA;
}
.AnyTagClassName
{
color: #118CEA;
}
</style>
background-color css
<style>
a { background-color: #118CEA; }
a { background-color: rgb(17,140,234); }
div.DivClassName
{
background-color: #118CEA;
}
.BgClassName
{
background-color: #118CEA;
}
</style>
border-color css
<style>
span { border-color: #118CEA; }
span { border-color: rgb(17,140,234); }
td.TdClassName
{
border-color: #118CEA;
}
.TagClassName
{
border-color: #118CEA;
}
</style>