Shades of Dodger Blue #1782DD
Tints of Dodger Blue #1782DD
RGB
CMYK
RGB Variations
Color information
#1782DD (or 0x1782DD) is known color: Dodger Blue. HEX triplet: 17, 82 and DD. RGB value is (23,130,221). Sum of RGB (Red+Green+Blue) = 23+130+221=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #1782DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782DD is #E87D22. Grayscale: #6B6B6B. Windows color (decimal): -15236387 or 14516759. OLE color: 14516759.
HSL color Cylindrical-coordinate representation of color #1782DD: hue angle of 207.58º 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 #1782DD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 130 | 221 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.13 |
| HSL | 207.58º | 0.81% | 0.48% | - |
| HSV(B) | 207.58º | 0.9% | 0.87% | - |
| XYZ | 21.39 | 21.37 | 71.4 | - |
| YUV | 108.38 | 191.55 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 221 | 0.90 | 0.41 | 0 | 0.13 | 207.58 | 0.81 | 0.48 |
| Hex | 17 | 82 | DD | 5A | 29 | 0 | D | D0 | 51 | 30 |
| Octal | 27 | 202 | 335 | 132 | 51 | 0 | 15 | 320 | 121 | 60 |
| Binary | 10111 | 10000010 | 11011101 | 1011010 | 101001 | 0 | 1101 | 11010000 | 1010001 | 110000 |
Color Harmonies of #1782DD
Complementary color
Monochromatic Colors of #1782DD
Black with #1782DD
Text Example
Text Example
White with #1782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782DD; }
p { color: rgb(23,130,221); }
H1.HeaderClassName
{
color: #1782DD;
}
.AnyTagClassName
{
color: #1782DD;
}
</style>
background-color css
<style>
a { background-color: #1782DD; }
a { background-color: rgb(23,130,221); }
div.DivClassName
{
background-color: #1782DD;
}
.BgClassName
{
background-color: #1782DD;
}
</style>
border-color css
<style>
span { border-color: #1782DD; }
span { border-color: rgb(23,130,221); }
td.TdClassName
{
border-color: #1782DD;
}
.TagClassName
{
border-color: #1782DD;
}
</style>