Shades of Dodger Blue #1787DC
Tints of Dodger Blue #1787DC
RGB
CMYK
RGB Variations
Color information
#1787DC (or 0x1787DC) is known color: Dodger Blue. HEX triplet: 17, 87 and DC. RGB value is (23,135,220). Sum of RGB (Red+Green+Blue) = 23+135+220=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #1787DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1787DC is #E87823. Grayscale: #6E6E6E. Windows color (decimal): -15235108 or 14452503. OLE color: 14452503.
HSL color Cylindrical-coordinate representation of color #1787DC: hue angle of 205.89º 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 #1787DC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 135 | 220 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.14 |
| HSL | 205.89º | 0.81% | 0.48% | - |
| HSV(B) | 205.89º | 0.9% | 0.86% | - |
| XYZ | 21.94 | 22.68 | 70.93 | - |
| YUV | 111.2 | 189.39 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 135 | 220 | 0.90 | 0.39 | 0 | 0.14 | 205.89 | 0.81 | 0.48 |
| Hex | 17 | 87 | DC | 5A | 27 | 0 | E | CE | 51 | 30 |
| Octal | 27 | 207 | 334 | 132 | 47 | 0 | 16 | 316 | 121 | 60 |
| Binary | 10111 | 10000111 | 11011100 | 1011010 | 100111 | 0 | 1110 | 11001110 | 1010001 | 110000 |
Color Harmonies of #1787DC
Complementary color
Monochromatic Colors of #1787DC
Black with #1787DC
Text Example
Text Example
White with #1787DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1787DC; }
p { color: rgb(23,135,220); }
H1.HeaderClassName
{
color: #1787DC;
}
.AnyTagClassName
{
color: #1787DC;
}
</style>
background-color css
<style>
a { background-color: #1787DC; }
a { background-color: rgb(23,135,220); }
div.DivClassName
{
background-color: #1787DC;
}
.BgClassName
{
background-color: #1787DC;
}
</style>
border-color css
<style>
span { border-color: #1787DC; }
span { border-color: rgb(23,135,220); }
td.TdClassName
{
border-color: #1787DC;
}
.TagClassName
{
border-color: #1787DC;
}
</style>