Shades of Summer Sky #2DA0EA
Tints of Summer Sky #2DA0EA
RGB
CMYK
RGB Variations
Color information
#2DA0EA (or 0x2DA0EA) is known color: Summer Sky. HEX triplet: 2D, A0 and EA. RGB value is (45,160,234). Sum of RGB (Red+Green+Blue) = 45+160+234=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DA0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA0EA is #D25F15. Grayscale: #858585. Windows color (decimal): -13786902 or 15376429. OLE color: 15376429.
HSL color Cylindrical-coordinate representation of color #2DA0EA: hue angle of 203.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA0EA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 160 | 234 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.08 |
| HSL | 203.49º | 0.82% | 0.55% | - |
| HSV(B) | 203.49º | 0.81% | 0.92% | - |
| XYZ | 28.5 | 31.64 | 82.45 | - |
| YUV | 134.05 | 184.4 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 234 | 0.81 | 0.32 | 0 | 0.08 | 203.49 | 0.82 | 0.55 |
| Hex | 2D | A0 | EA | 51 | 20 | 0 | 8 | CB | 52 | 37 |
| Octal | 55 | 240 | 352 | 121 | 40 | 0 | 10 | 313 | 122 | 67 |
| Binary | 101101 | 10100000 | 11101010 | 1010001 | 100000 | 0 | 1000 | 11001011 | 1010010 | 110111 |
Color Harmonies of #2DA0EA
Complementary color
Monochromatic Colors of #2DA0EA
Black with #2DA0EA
Text Example
Text Example
White with #2DA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA0EA; }
p { color: rgb(45,160,234); }
H1.HeaderClassName
{
color: #2DA0EA;
}
.AnyTagClassName
{
color: #2DA0EA;
}
</style>
background-color css
<style>
a { background-color: #2DA0EA; }
a { background-color: rgb(45,160,234); }
div.DivClassName
{
background-color: #2DA0EA;
}
.BgClassName
{
background-color: #2DA0EA;
}
</style>
border-color css
<style>
span { border-color: #2DA0EA; }
span { border-color: rgb(45,160,234); }
td.TdClassName
{
border-color: #2DA0EA;
}
.TagClassName
{
border-color: #2DA0EA;
}
</style>