Shades of Dodger Blue #2783DD
Tints of Dodger Blue #2783DD
RGB
CMYK
RGB Variations
Color information
#2783DD (or 0x2783DD) is known color: Dodger Blue. HEX triplet: 27, 83 and DD. RGB value is (39,131,221). Sum of RGB (Red+Green+Blue) = 39+131+221=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #2783DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2783DD is #D87C22. Grayscale: #717171. Windows color (decimal): -14187555 or 14517031. OLE color: 14517031.
HSL color Cylindrical-coordinate representation of color #2783DD: hue angle of 209.67º 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 #2783DD is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 131 | 221 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.13 |
| HSL | 209.67º | 0.73% | 0.51% | - |
| HSV(B) | 209.67º | 0.82% | 0.87% | - |
| XYZ | 22 | 21.88 | 71.47 | - |
| YUV | 113.75 | 188.52 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 221 | 0.82 | 0.41 | 0 | 0.13 | 209.67 | 0.73 | 0.51 |
| Hex | 27 | 83 | DD | 52 | 29 | 0 | D | D2 | 49 | 33 |
| Octal | 47 | 203 | 335 | 122 | 51 | 0 | 15 | 322 | 111 | 63 |
| Binary | 100111 | 10000011 | 11011101 | 1010010 | 101001 | 0 | 1101 | 11010010 | 1001001 | 110011 |
Color Harmonies of #2783DD
Complementary color
Monochromatic Colors of #2783DD
Black with #2783DD
Text Example
Text Example
White with #2783DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2783DD; }
p { color: rgb(39,131,221); }
H1.HeaderClassName
{
color: #2783DD;
}
.AnyTagClassName
{
color: #2783DD;
}
</style>
background-color css
<style>
a { background-color: #2783DD; }
a { background-color: rgb(39,131,221); }
div.DivClassName
{
background-color: #2783DD;
}
.BgClassName
{
background-color: #2783DD;
}
</style>
border-color css
<style>
span { border-color: #2783DD; }
span { border-color: rgb(39,131,221); }
td.TdClassName
{
border-color: #2783DD;
}
.TagClassName
{
border-color: #2783DD;
}
</style>