Shades of Summer Sky #2DA3EA
Tints of Summer Sky #2DA3EA
RGB
CMYK
RGB Variations
Color information
#2DA3EA (or 0x2DA3EA) is known color: Summer Sky. HEX triplet: 2D, A3 and EA. RGB value is (45,163,234). Sum of RGB (Red+Green+Blue) = 45+163+234=442 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.18% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DA3EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA3EA is #D25C15. Grayscale: #878787. Windows color (decimal): -13786134 or 15377197. OLE color: 15377197.
HSL color Cylindrical-coordinate representation of color #2DA3EA: hue angle of 202.54º 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 #2DA3EA is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 163 | 234 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.08 |
| HSL | 202.54º | 0.82% | 0.55% | - |
| HSV(B) | 202.54º | 0.81% | 0.92% | - |
| XYZ | 29.03 | 32.69 | 82.62 | - |
| YUV | 135.81 | 183.41 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 234 | 0.81 | 0.30 | 0 | 0.08 | 202.54 | 0.82 | 0.55 |
| Hex | 2D | A3 | EA | 51 | 1E | 0 | 8 | CB | 52 | 37 |
| Octal | 55 | 243 | 352 | 121 | 36 | 0 | 10 | 313 | 122 | 67 |
| Binary | 101101 | 10100011 | 11101010 | 1010001 | 11110 | 0 | 1000 | 11001011 | 1010010 | 110111 |
Color Harmonies of #2DA3EA
Complementary color
Monochromatic Colors of #2DA3EA
Black with #2DA3EA
Text Example
Text Example
White with #2DA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA3EA; }
p { color: rgb(45,163,234); }
H1.HeaderClassName
{
color: #2DA3EA;
}
.AnyTagClassName
{
color: #2DA3EA;
}
</style>
background-color css
<style>
a { background-color: #2DA3EA; }
a { background-color: rgb(45,163,234); }
div.DivClassName
{
background-color: #2DA3EA;
}
.BgClassName
{
background-color: #2DA3EA;
}
</style>
border-color css
<style>
span { border-color: #2DA3EA; }
span { border-color: rgb(45,163,234); }
td.TdClassName
{
border-color: #2DA3EA;
}
.TagClassName
{
border-color: #2DA3EA;
}
</style>