Shades of Dodger Blue #1786EC
Tints of Dodger Blue #1786EC
RGB
CMYK
RGB Variations
Color information
#1786EC (or 0x1786EC) is known color: Dodger Blue. HEX triplet: 17, 86 and EC. RGB value is (23,134,236). Sum of RGB (Red+Green+Blue) = 23+134+236=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #1786EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1786EC is #E87913. Grayscale: #6F6F6F. Windows color (decimal): -15235348 or 15500823. OLE color: 15500823.
HSL color Cylindrical-coordinate representation of color #1786EC: hue angle of 208.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1786EC is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 134 | 236 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.07 |
| HSL | 208.73º | 0.85% | 0.51% | - |
| HSV(B) | 208.73º | 0.9% | 0.93% | - |
| XYZ | 24.02 | 23.29 | 82.59 | - |
| YUV | 112.44 | 197.73 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 236 | 0.90 | 0.43 | 0 | 0.07 | 208.73 | 0.85 | 0.51 |
| Hex | 17 | 86 | EC | 5A | 2B | 0 | 7 | D1 | 55 | 33 |
| Octal | 27 | 206 | 354 | 132 | 53 | 0 | 7 | 321 | 125 | 63 |
| Binary | 10111 | 10000110 | 11101100 | 1011010 | 101011 | 0 | 111 | 11010001 | 1010101 | 110011 |
Color Harmonies of #1786EC
Complementary color
Monochromatic Colors of #1786EC
Black with #1786EC
Text Example
Text Example
White with #1786EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1786EC; }
p { color: rgb(23,134,236); }
H1.HeaderClassName
{
color: #1786EC;
}
.AnyTagClassName
{
color: #1786EC;
}
</style>
background-color css
<style>
a { background-color: #1786EC; }
a { background-color: rgb(23,134,236); }
div.DivClassName
{
background-color: #1786EC;
}
.BgClassName
{
background-color: #1786EC;
}
</style>
border-color css
<style>
span { border-color: #1786EC; }
span { border-color: rgb(23,134,236); }
td.TdClassName
{
border-color: #1786EC;
}
.TagClassName
{
border-color: #1786EC;
}
</style>