Shades of Summer Sky #2DA2E0
Tints of Summer Sky #2DA2E0
RGB
CMYK
RGB Variations
Color information
#2DA2E0 (or 0x2DA2E0) is known color: Summer Sky. HEX triplet: 2D, A2 and E0. RGB value is (45,162,224). Sum of RGB (Red+Green+Blue) = 45+162+224=431 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.44% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #2DA2E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA2E0 is #D25D1F. Grayscale: #858585. Windows color (decimal): -13786400 or 14721581. OLE color: 14721581.
HSL color Cylindrical-coordinate representation of color #2DA2E0: hue angle of 200.78º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA2E0 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 162 | 224 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.12 |
| HSL | 200.78º | 0.74% | 0.53% | - |
| HSV(B) | 200.78º | 0.8% | 0.88% | - |
| XYZ | 27.46 | 31.78 | 75.21 | - |
| YUV | 134.09 | 178.74 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 224 | 0.80 | 0.28 | 0 | 0.12 | 200.78 | 0.74 | 0.53 |
| Hex | 2D | A2 | E0 | 50 | 1C | 0 | C | C9 | 4A | 35 |
| Octal | 55 | 242 | 340 | 120 | 34 | 0 | 14 | 311 | 112 | 65 |
| Binary | 101101 | 10100010 | 11100000 | 1010000 | 11100 | 0 | 1100 | 11001001 | 1001010 | 110101 |
Color Harmonies of #2DA2E0
Complementary color
Monochromatic Colors of #2DA2E0
Black with #2DA2E0
Text Example
Text Example
White with #2DA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA2E0; }
p { color: rgb(45,162,224); }
H1.HeaderClassName
{
color: #2DA2E0;
}
.AnyTagClassName
{
color: #2DA2E0;
}
</style>
background-color css
<style>
a { background-color: #2DA2E0; }
a { background-color: rgb(45,162,224); }
div.DivClassName
{
background-color: #2DA2E0;
}
.BgClassName
{
background-color: #2DA2E0;
}
</style>
border-color css
<style>
span { border-color: #2DA2E0; }
span { border-color: rgb(45,162,224); }
td.TdClassName
{
border-color: #2DA2E0;
}
.TagClassName
{
border-color: #2DA2E0;
}
</style>