Shades of Dodger Blue #1785E6
Tints of Dodger Blue #1785E6
RGB
CMYK
RGB Variations
Color information
#1785E6 (or 0x1785E6) is known color: Dodger Blue. HEX triplet: 17, 85 and E6. RGB value is (23,133,230). Sum of RGB (Red+Green+Blue) = 23+133+230=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #1785E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785E6 is #E87A19. Grayscale: #6E6E6E. Windows color (decimal): -15235610 or 15107351. OLE color: 15107351.
HSL color Cylindrical-coordinate representation of color #1785E6: hue angle of 208.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1785E6 is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 133 | 230 | - |
| CMYK | 0.9 | 0.42 | 0 | 0.10 |
| HSL | 208.12º | 0.82% | 0.5% | - |
| HSV(B) | 208.12º | 0.9% | 0.9% | - |
| XYZ | 23.02 | 22.67 | 78.03 | - |
| YUV | 111.17 | 195.06 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 230 | 0.9 | 0.42 | 0 | 0.10 | 208.12 | 0.82 | 0.5 |
| Hex | 17 | 85 | E6 | 5A | 2A | 0 | A | D0 | 52 | 32 |
| Octal | 27 | 205 | 346 | 132 | 52 | 0 | 12 | 320 | 122 | 62 |
| Binary | 10111 | 10000101 | 11100110 | 1011010 | 101010 | 0 | 1010 | 11010000 | 1010010 | 110010 |
Color Harmonies of #1785E6
Complementary color
Monochromatic Colors of #1785E6
Black with #1785E6
Text Example
Text Example
White with #1785E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1785E6; }
p { color: rgb(23,133,230); }
H1.HeaderClassName
{
color: #1785E6;
}
.AnyTagClassName
{
color: #1785E6;
}
</style>
background-color css
<style>
a { background-color: #1785E6; }
a { background-color: rgb(23,133,230); }
div.DivClassName
{
background-color: #1785E6;
}
.BgClassName
{
background-color: #1785E6;
}
</style>
border-color css
<style>
span { border-color: #1785E6; }
span { border-color: rgb(23,133,230); }
td.TdClassName
{
border-color: #1785E6;
}
.TagClassName
{
border-color: #1785E6;
}
</style>