Shades of Dodger Blue #2791DC
Tints of Dodger Blue #2791DC
RGB
CMYK
RGB Variations
Color information
#2791DC (or 0x2791DC) is known color: Dodger Blue. HEX triplet: 27, 91 and DC. RGB value is (39,145,220). Sum of RGB (Red+Green+Blue) = 39+145+220=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #2791DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2791DC is #D86E23. Grayscale: #797979. Windows color (decimal): -14183972 or 14455079. OLE color: 14455079.
HSL color Cylindrical-coordinate representation of color #2791DC: hue angle of 204.86º 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 #2791DC is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 145 | 220 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.14 |
| HSL | 204.86º | 0.72% | 0.51% | - |
| HSV(B) | 204.86º | 0.82% | 0.86% | - |
| XYZ | 23.88 | 25.85 | 71.44 | - |
| YUV | 121.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 220 | 0.82 | 0.34 | 0 | 0.14 | 204.86 | 0.72 | 0.51 |
| Hex | 27 | 91 | DC | 52 | 22 | 0 | E | CD | 48 | 33 |
| Octal | 47 | 221 | 334 | 122 | 42 | 0 | 16 | 315 | 110 | 63 |
| Binary | 100111 | 10010001 | 11011100 | 1010010 | 100010 | 0 | 1110 | 11001101 | 1001000 | 110011 |
Color Harmonies of #2791DC
Complementary color
Monochromatic Colors of #2791DC
Black with #2791DC
Text Example
Text Example
White with #2791DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2791DC; }
p { color: rgb(39,145,220); }
H1.HeaderClassName
{
color: #2791DC;
}
.AnyTagClassName
{
color: #2791DC;
}
</style>
background-color css
<style>
a { background-color: #2791DC; }
a { background-color: rgb(39,145,220); }
div.DivClassName
{
background-color: #2791DC;
}
.BgClassName
{
background-color: #2791DC;
}
</style>
border-color css
<style>
span { border-color: #2791DC; }
span { border-color: rgb(39,145,220); }
td.TdClassName
{
border-color: #2791DC;
}
.TagClassName
{
border-color: #2791DC;
}
</style>