Shades of Dodger Blue #118EF3
Tints of Dodger Blue #118EF3
RGB
CMYK
RGB Variations
Color information
#118EF3 (or 0x118EF3) is known color: Dodger Blue. HEX triplet: 11, 8E and F3. RGB value is (17,142,243). Sum of RGB (Red+Green+Blue) = 17+142+243=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #118EF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EF3 is #EE710C. Grayscale: #737373. Windows color (decimal): -15626509 or 15961617. OLE color: 15961617.
HSL color Cylindrical-coordinate representation of color #118EF3: hue angle of 206.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118EF3 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 142 | 243 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.05 |
| HSL | 206.81º | 0.9% | 0.51% | - |
| HSV(B) | 206.81º | 0.93% | 0.95% | - |
| XYZ | 26.08 | 25.94 | 88.43 | - |
| YUV | 116.14 | 199.59 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 243 | 0.93 | 0.42 | 0 | 0.05 | 206.81 | 0.9 | 0.51 |
| Hex | 11 | 8E | F3 | 5D | 2A | 0 | 5 | CF | 5A | 33 |
| Octal | 21 | 216 | 363 | 135 | 52 | 0 | 5 | 317 | 132 | 63 |
| Binary | 10001 | 10001110 | 11110011 | 1011101 | 101010 | 0 | 101 | 11001111 | 1011010 | 110011 |
Color Harmonies of #118EF3
Complementary color
Monochromatic Colors of #118EF3
Black with #118EF3
Text Example
Text Example
White with #118EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118EF3; }
p { color: rgb(17,142,243); }
H1.HeaderClassName
{
color: #118EF3;
}
.AnyTagClassName
{
color: #118EF3;
}
</style>
background-color css
<style>
a { background-color: #118EF3; }
a { background-color: rgb(17,142,243); }
div.DivClassName
{
background-color: #118EF3;
}
.BgClassName
{
background-color: #118EF3;
}
</style>
border-color css
<style>
span { border-color: #118EF3; }
span { border-color: rgb(17,142,243); }
td.TdClassName
{
border-color: #118EF3;
}
.TagClassName
{
border-color: #118EF3;
}
</style>