Shades of Summer Sky #2DA0DD
Tints of Summer Sky #2DA0DD
RGB
CMYK
RGB Variations
Color information
#2DA0DD (or 0x2DA0DD) is known color: Summer Sky. HEX triplet: 2D, A0 and DD. RGB value is (45,160,221). Sum of RGB (Red+Green+Blue) = 45+160+221=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DA0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA0DD is #D25F22. Grayscale: #848484. Windows color (decimal): -13786915 or 14524461. OLE color: 14524461.
HSL color Cylindrical-coordinate representation of color #2DA0DD: hue angle of 200.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA0DD is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 160 | 221 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.13 |
| HSL | 200.8º | 0.72% | 0.52% | - |
| HSV(B) | 200.8º | 0.8% | 0.87% | - |
| XYZ | 26.7 | 30.92 | 72.97 | - |
| YUV | 132.57 | 177.9 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 221 | 0.80 | 0.28 | 0 | 0.13 | 200.8 | 0.72 | 0.52 |
| Hex | 2D | A0 | DD | 50 | 1C | 0 | D | C9 | 48 | 34 |
| Octal | 55 | 240 | 335 | 120 | 34 | 0 | 15 | 311 | 110 | 64 |
| Binary | 101101 | 10100000 | 11011101 | 1010000 | 11100 | 0 | 1101 | 11001001 | 1001000 | 110100 |
Color Harmonies of #2DA0DD
Complementary color
Monochromatic Colors of #2DA0DD
Black with #2DA0DD
Text Example
Text Example
White with #2DA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA0DD; }
p { color: rgb(45,160,221); }
H1.HeaderClassName
{
color: #2DA0DD;
}
.AnyTagClassName
{
color: #2DA0DD;
}
</style>
background-color css
<style>
a { background-color: #2DA0DD; }
a { background-color: rgb(45,160,221); }
div.DivClassName
{
background-color: #2DA0DD;
}
.BgClassName
{
background-color: #2DA0DD;
}
</style>
border-color css
<style>
span { border-color: #2DA0DD; }
span { border-color: rgb(45,160,221); }
td.TdClassName
{
border-color: #2DA0DD;
}
.TagClassName
{
border-color: #2DA0DD;
}
</style>