Shades of Dodger Blue #2782DD
Tints of Dodger Blue #2782DD
RGB
CMYK
RGB Variations
Color information
#2782DD (or 0x2782DD) is known color: Dodger Blue. HEX triplet: 27, 82 and DD. RGB value is (39,130,221). Sum of RGB (Red+Green+Blue) = 39+130+221=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #2782DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2782DD is #D87D22. Grayscale: #707070. Windows color (decimal): -14187811 or 14516775. OLE color: 14516775.
HSL color Cylindrical-coordinate representation of color #2782DD: hue angle of 210º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2782DD is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 130 | 221 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.13 |
| HSL | 210º | 0.73% | 0.51% | - |
| HSV(B) | 210º | 0.82% | 0.87% | - |
| XYZ | 21.87 | 21.62 | 71.43 | - |
| YUV | 113.17 | 188.85 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 221 | 0.82 | 0.41 | 0 | 0.13 | 210 | 0.73 | 0.51 |
| Hex | 27 | 82 | DD | 52 | 29 | 0 | D | D2 | 49 | 33 |
| Octal | 47 | 202 | 335 | 122 | 51 | 0 | 15 | 322 | 111 | 63 |
| Binary | 100111 | 10000010 | 11011101 | 1010010 | 101001 | 0 | 1101 | 11010010 | 1001001 | 110011 |
Color Harmonies of #2782DD
Complementary color
Monochromatic Colors of #2782DD
Black with #2782DD
Text Example
Text Example
White with #2782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2782DD; }
p { color: rgb(39,130,221); }
H1.HeaderClassName
{
color: #2782DD;
}
.AnyTagClassName
{
color: #2782DD;
}
</style>
background-color css
<style>
a { background-color: #2782DD; }
a { background-color: rgb(39,130,221); }
div.DivClassName
{
background-color: #2782DD;
}
.BgClassName
{
background-color: #2782DD;
}
</style>
border-color css
<style>
span { border-color: #2782DD; }
span { border-color: rgb(39,130,221); }
td.TdClassName
{
border-color: #2782DD;
}
.TagClassName
{
border-color: #2782DD;
}
</style>