Shades of Dodger Blue #2780DD
Tints of Dodger Blue #2780DD
RGB
CMYK
RGB Variations
Color information
#2780DD (or 0x2780DD) is known color: Dodger Blue. HEX triplet: 27, 80 and DD. RGB value is (39,128,221). Sum of RGB (Red+Green+Blue) = 39+128+221=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #2780DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2780DD is #D87F22. Grayscale: #6F6F6F. Windows color (decimal): -14188323 or 14516263. OLE color: 14516263.
HSL color Cylindrical-coordinate representation of color #2780DD: hue angle of 210.66º 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 #2780DD is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 128 | 221 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.13 |
| HSL | 210.66º | 0.73% | 0.51% | - |
| HSV(B) | 210.66º | 0.82% | 0.87% | - |
| XYZ | 21.61 | 21.09 | 71.34 | - |
| YUV | 111.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 221 | 0.82 | 0.42 | 0 | 0.13 | 210.66 | 0.73 | 0.51 |
| Hex | 27 | 80 | DD | 52 | 2A | 0 | D | D3 | 49 | 33 |
| Octal | 47 | 200 | 335 | 122 | 52 | 0 | 15 | 323 | 111 | 63 |
| Binary | 100111 | 10000000 | 11011101 | 1010010 | 101010 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #2780DD
Complementary color
Monochromatic Colors of #2780DD
Black with #2780DD
Text Example
Text Example
White with #2780DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2780DD; }
p { color: rgb(39,128,221); }
H1.HeaderClassName
{
color: #2780DD;
}
.AnyTagClassName
{
color: #2780DD;
}
</style>
background-color css
<style>
a { background-color: #2780DD; }
a { background-color: rgb(39,128,221); }
div.DivClassName
{
background-color: #2780DD;
}
.BgClassName
{
background-color: #2780DD;
}
</style>
border-color css
<style>
span { border-color: #2780DD; }
span { border-color: rgb(39,128,221); }
td.TdClassName
{
border-color: #2780DD;
}
.TagClassName
{
border-color: #2780DD;
}
</style>