Shades of Dodger Blue #1787DB
Tints of Dodger Blue #1787DB
RGB
CMYK
RGB Variations
Color information
#1787DB (or 0x1787DB) is known color: Dodger Blue. HEX triplet: 17, 87 and DB. RGB value is (23,135,219). Sum of RGB (Red+Green+Blue) = 23+135+219=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #1787DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1787DB is #E87824. Grayscale: #6E6E6E. Windows color (decimal): -15235109 or 14386967. OLE color: 14386967.
HSL color Cylindrical-coordinate representation of color #1787DB: hue angle of 205.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1787DB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 135 | 219 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.14 |
| HSL | 205.71º | 0.81% | 0.47% | - |
| HSV(B) | 205.71º | 0.89% | 0.86% | - |
| XYZ | 21.8 | 22.62 | 70.24 | - |
| YUV | 111.09 | 188.89 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 135 | 219 | 0.89 | 0.38 | 0 | 0.14 | 205.71 | 0.81 | 0.47 |
| Hex | 17 | 87 | DB | 59 | 26 | 0 | E | CE | 51 | 2F |
| Octal | 27 | 207 | 333 | 131 | 46 | 0 | 16 | 316 | 121 | 57 |
| Binary | 10111 | 10000111 | 11011011 | 1011001 | 100110 | 0 | 1110 | 11001110 | 1010001 | 101111 |
Color Harmonies of #1787DB
Complementary color
Monochromatic Colors of #1787DB
Black with #1787DB
Text Example
Text Example
White with #1787DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1787DB; }
p { color: rgb(23,135,219); }
H1.HeaderClassName
{
color: #1787DB;
}
.AnyTagClassName
{
color: #1787DB;
}
</style>
background-color css
<style>
a { background-color: #1787DB; }
a { background-color: rgb(23,135,219); }
div.DivClassName
{
background-color: #1787DB;
}
.BgClassName
{
background-color: #1787DB;
}
</style>
border-color css
<style>
span { border-color: #1787DB; }
span { border-color: rgb(23,135,219); }
td.TdClassName
{
border-color: #1787DB;
}
.TagClassName
{
border-color: #1787DB;
}
</style>