Shades of Dodger Blue #1786DC
Tints of Dodger Blue #1786DC
RGB
CMYK
RGB Variations
Color information
#1786DC (or 0x1786DC) is known color: Dodger Blue. HEX triplet: 17, 86 and DC. RGB value is (23,134,220). Sum of RGB (Red+Green+Blue) = 23+134+220=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #1786DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786DC is #E87923. Grayscale: #6E6E6E. Windows color (decimal): -15235364 or 14452247. OLE color: 14452247.
HSL color Cylindrical-coordinate representation of color #1786DC: hue angle of 206.19º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1786DC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 134 | 220 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.14 |
| HSL | 206.19º | 0.81% | 0.48% | - |
| HSV(B) | 206.19º | 0.9% | 0.86% | - |
| XYZ | 21.8 | 22.4 | 70.88 | - |
| YUV | 110.62 | 189.73 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 220 | 0.90 | 0.39 | 0 | 0.14 | 206.19 | 0.81 | 0.48 |
| Hex | 17 | 86 | DC | 5A | 27 | 0 | E | CE | 51 | 30 |
| Octal | 27 | 206 | 334 | 132 | 47 | 0 | 16 | 316 | 121 | 60 |
| Binary | 10111 | 10000110 | 11011100 | 1011010 | 100111 | 0 | 1110 | 11001110 | 1010001 | 110000 |
Color Harmonies of #1786DC
Complementary color
Monochromatic Colors of #1786DC
Black with #1786DC
Text Example
Text Example
White with #1786DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1786DC; }
p { color: rgb(23,134,220); }
H1.HeaderClassName
{
color: #1786DC;
}
.AnyTagClassName
{
color: #1786DC;
}
</style>
background-color css
<style>
a { background-color: #1786DC; }
a { background-color: rgb(23,134,220); }
div.DivClassName
{
background-color: #1786DC;
}
.BgClassName
{
background-color: #1786DC;
}
</style>
border-color css
<style>
span { border-color: #1786DC; }
span { border-color: rgb(23,134,220); }
td.TdClassName
{
border-color: #1786DC;
}
.TagClassName
{
border-color: #1786DC;
}
</style>