Shades of Dodger Blue #2780DC
Tints of Dodger Blue #2780DC
RGB
CMYK
RGB Variations
Color information
#2780DC (or 0x2780DC) is known color: Dodger Blue. HEX triplet: 27, 80 and DC. RGB value is (39,128,220). Sum of RGB (Red+Green+Blue) = 39+128+220=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #2780DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2780DC is #D87F23. Grayscale: #6F6F6F. Windows color (decimal): -14188324 or 14450727. OLE color: 14450727.
HSL color Cylindrical-coordinate representation of color #2780DC: hue angle of 210.5º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2780DC is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 128 | 220 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.14 |
| HSL | 210.5º | 0.72% | 0.51% | - |
| HSV(B) | 210.5º | 0.82% | 0.86% | - |
| XYZ | 21.47 | 21.04 | 70.64 | - |
| YUV | 111.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 220 | 0.82 | 0.42 | 0 | 0.14 | 210.5 | 0.72 | 0.51 |
| Hex | 27 | 80 | DC | 52 | 2A | 0 | E | D2 | 48 | 33 |
| Octal | 47 | 200 | 334 | 122 | 52 | 0 | 16 | 322 | 110 | 63 |
| Binary | 100111 | 10000000 | 11011100 | 1010010 | 101010 | 0 | 1110 | 11010010 | 1001000 | 110011 |
Color Harmonies of #2780DC
Complementary color
Monochromatic Colors of #2780DC
Black with #2780DC
Text Example
Text Example
White with #2780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2780DC; }
p { color: rgb(39,128,220); }
H1.HeaderClassName
{
color: #2780DC;
}
.AnyTagClassName
{
color: #2780DC;
}
</style>
background-color css
<style>
a { background-color: #2780DC; }
a { background-color: rgb(39,128,220); }
div.DivClassName
{
background-color: #2780DC;
}
.BgClassName
{
background-color: #2780DC;
}
</style>
border-color css
<style>
span { border-color: #2780DC; }
span { border-color: rgb(39,128,220); }
td.TdClassName
{
border-color: #2780DC;
}
.TagClassName
{
border-color: #2780DC;
}
</style>