Shades of Dodger Blue #2790E6
Tints of Dodger Blue #2790E6
RGB
CMYK
RGB Variations
Color information
#2790E6 (or 0x2790E6) is known color: Dodger Blue. HEX triplet: 27, 90 and E6. RGB value is (39,144,230). Sum of RGB (Red+Green+Blue) = 39+144+230=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #2790E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2790E6 is #D86F19. Grayscale: #797979. Windows color (decimal): -14184218 or 15110183. OLE color: 15110183.
HSL color Cylindrical-coordinate representation of color #2790E6: hue angle of 207.02º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2790E6 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 144 | 230 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.10 |
| HSL | 207.02º | 0.79% | 0.53% | - |
| HSV(B) | 207.02º | 0.83% | 0.9% | - |
| XYZ | 25.09 | 26.09 | 78.58 | - |
| YUV | 122.41 | 188.71 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 230 | 0.83 | 0.37 | 0 | 0.10 | 207.02 | 0.79 | 0.53 |
| Hex | 27 | 90 | E6 | 53 | 25 | 0 | A | CF | 4F | 35 |
| Octal | 47 | 220 | 346 | 123 | 45 | 0 | 12 | 317 | 117 | 65 |
| Binary | 100111 | 10010000 | 11100110 | 1010011 | 100101 | 0 | 1010 | 11001111 | 1001111 | 110101 |
Color Harmonies of #2790E6
Complementary color
Monochromatic Colors of #2790E6
Black with #2790E6
Text Example
Text Example
White with #2790E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2790E6; }
p { color: rgb(39,144,230); }
H1.HeaderClassName
{
color: #2790E6;
}
.AnyTagClassName
{
color: #2790E6;
}
</style>
background-color css
<style>
a { background-color: #2790E6; }
a { background-color: rgb(39,144,230); }
div.DivClassName
{
background-color: #2790E6;
}
.BgClassName
{
background-color: #2790E6;
}
</style>
border-color css
<style>
span { border-color: #2790E6; }
span { border-color: rgb(39,144,230); }
td.TdClassName
{
border-color: #2790E6;
}
.TagClassName
{
border-color: #2790E6;
}
</style>