Shades of Dodger Blue #1780DE
Tints of Dodger Blue #1780DE
RGB
CMYK
RGB Variations
Color information
#1780DE (or 0x1780DE) is known color: Dodger Blue. HEX triplet: 17, 80 and DE. RGB value is (23,128,222). Sum of RGB (Red+Green+Blue) = 23+128+222=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #1780DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1780DE is #E87F21. Grayscale: #6A6A6A. Windows color (decimal): -15236898 or 14581783. OLE color: 14581783.
HSL color Cylindrical-coordinate representation of color #1780DE: hue angle of 208.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1780DE is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 128 | 222 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.13 |
| HSL | 208.34º | 0.81% | 0.48% | - |
| HSV(B) | 208.34º | 0.9% | 0.87% | - |
| XYZ | 21.26 | 20.89 | 72.02 | - |
| YUV | 107.32 | 192.71 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 222 | 0.90 | 0.42 | 0 | 0.13 | 208.34 | 0.81 | 0.48 |
| Hex | 17 | 80 | DE | 5A | 2A | 0 | D | D0 | 51 | 30 |
| Octal | 27 | 200 | 336 | 132 | 52 | 0 | 15 | 320 | 121 | 60 |
| Binary | 10111 | 10000000 | 11011110 | 1011010 | 101010 | 0 | 1101 | 11010000 | 1010001 | 110000 |
Color Harmonies of #1780DE
Complementary color
Monochromatic Colors of #1780DE
Black with #1780DE
Text Example
Text Example
White with #1780DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780DE; }
p { color: rgb(23,128,222); }
H1.HeaderClassName
{
color: #1780DE;
}
.AnyTagClassName
{
color: #1780DE;
}
</style>
background-color css
<style>
a { background-color: #1780DE; }
a { background-color: rgb(23,128,222); }
div.DivClassName
{
background-color: #1780DE;
}
.BgClassName
{
background-color: #1780DE;
}
</style>
border-color css
<style>
span { border-color: #1780DE; }
span { border-color: rgb(23,128,222); }
td.TdClassName
{
border-color: #1780DE;
}
.TagClassName
{
border-color: #1780DE;
}
</style>