Shades of Dodger Blue #1788DC
Tints of Dodger Blue #1788DC
RGB
CMYK
RGB Variations
Color information
#1788DC (or 0x1788DC) is known color: Dodger Blue. HEX triplet: 17, 88 and DC. RGB value is (23,136,220). Sum of RGB (Red+Green+Blue) = 23+136+220=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #1788DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1788DC is #E87723. Grayscale: #6F6F6F. Windows color (decimal): -15234852 or 14452759. OLE color: 14452759.
HSL color Cylindrical-coordinate representation of color #1788DC: hue angle of 205.58º 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 #1788DC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 136 | 220 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.14 |
| HSL | 205.58º | 0.81% | 0.48% | - |
| HSV(B) | 205.58º | 0.9% | 0.86% | - |
| XYZ | 22.08 | 22.96 | 70.98 | - |
| YUV | 111.79 | 189.06 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 136 | 220 | 0.90 | 0.38 | 0 | 0.14 | 205.58 | 0.81 | 0.48 |
| Hex | 17 | 88 | DC | 5A | 26 | 0 | E | CE | 51 | 30 |
| Octal | 27 | 210 | 334 | 132 | 46 | 0 | 16 | 316 | 121 | 60 |
| Binary | 10111 | 10001000 | 11011100 | 1011010 | 100110 | 0 | 1110 | 11001110 | 1010001 | 110000 |
Color Harmonies of #1788DC
Complementary color
Monochromatic Colors of #1788DC
Black with #1788DC
Text Example
Text Example
White with #1788DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1788DC; }
p { color: rgb(23,136,220); }
H1.HeaderClassName
{
color: #1788DC;
}
.AnyTagClassName
{
color: #1788DC;
}
</style>
background-color css
<style>
a { background-color: #1788DC; }
a { background-color: rgb(23,136,220); }
div.DivClassName
{
background-color: #1788DC;
}
.BgClassName
{
background-color: #1788DC;
}
</style>
border-color css
<style>
span { border-color: #1788DC; }
span { border-color: rgb(23,136,220); }
td.TdClassName
{
border-color: #1788DC;
}
.TagClassName
{
border-color: #1788DC;
}
</style>